summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/hello/HelloI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-08 06:25:23 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-08 06:25:23 +0000
commit453db3b1a4a3b0ff3ebce7301f41ae3e5013ff5b (patch)
treeed9c573496be98bbc855a693e529f49bb79f7fc4 /cppe/demo/IceE/hello/HelloI.cpp
parentAdded seperate CE resource files. Fixed font problems. Cleaned up and fixed (diff)
downloadice-453db3b1a4a3b0ff3ebce7301f41ae3e5013ff5b.tar.bz2
ice-453db3b1a4a3b0ff3ebce7301f41ae3e5013ff5b.tar.xz
ice-453db3b1a4a3b0ff3ebce7301f41ae3e5013ff5b.zip
cleaned up minimal demo.
Diffstat (limited to 'cppe/demo/IceE/hello/HelloI.cpp')
-rw-r--r--cppe/demo/IceE/hello/HelloI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cppe/demo/IceE/hello/HelloI.cpp b/cppe/demo/IceE/hello/HelloI.cpp
index d23a0e865dd..570563054ce 100644
--- a/cppe/demo/IceE/hello/HelloI.cpp
+++ b/cppe/demo/IceE/hello/HelloI.cpp
@@ -15,11 +15,7 @@ using namespace std;
void
HelloI::sayHello(const Ice::Current& c) const
{
-#ifdef _WIN32_WCE
- c.adapter->getCommunicator()->getLogger()->trace("", "Hello World!");
-#else
printf("Hello World!\n");
-#endif
}
void