diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-15 12:35:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-15 12:35:32 +0000 |
commit | fd4e2e44e0d0fc9d1216e489eeb21ca3067fffa6 (patch) | |
tree | ad4ef1cc4a8742738c4e5e027ba5066245ce2209 /cppe/demo/IceE/chat/Client.cpp | |
parent | Removed setting of RetryIntervals (diff) | |
download | ice-fd4e2e44e0d0fc9d1216e489eeb21ca3067fffa6.tar.bz2 ice-fd4e2e44e0d0fc9d1216e489eeb21ca3067fffa6.tar.xz ice-fd4e2e44e0d0fc9d1216e489eeb21ca3067fffa6.zip |
Added chat demo
Diffstat (limited to 'cppe/demo/IceE/chat/Client.cpp')
-rwxr-xr-x | cppe/demo/IceE/chat/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/chat/Client.cpp b/cppe/demo/IceE/chat/Client.cpp index 1082be4196e..bf4b8493637 100755 --- a/cppe/demo/IceE/chat/Client.cpp +++ b/cppe/demo/IceE/chat/Client.cpp @@ -22,7 +22,7 @@ public: virtual void message(const string& data, const Current&) { - printf("%s\n", data); + printf("%s\n", data.c_str()); } }; |