summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/backup/Client.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-02-17 10:52:36 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-02-17 10:52:36 -0330
commit296a08b6b9d50d4905aa76b2c7a46a1c80f5fb2d (patch)
treec81d3a2bca8daa96a071ac8c04aafa620a2ba299 /cpp/demo/Freeze/backup/Client.cpp
parentFixed Objective-C test failure related to fixing of ICE-6269 (diff)
downloadice-296a08b6b9d50d4905aa76b2c7a46a1c80f5fb2d.tar.bz2
ice-296a08b6b9d50d4905aa76b2c7a46a1c80f5fb2d.tar.xz
ice-296a08b6b9d50d4905aa76b2c7a46a1c80f5fb2d.zip
Fixed demo build failure with VS2012
Diffstat (limited to 'cpp/demo/Freeze/backup/Client.cpp')
-rw-r--r--cpp/demo/Freeze/backup/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Freeze/backup/Client.cpp b/cpp/demo/Freeze/backup/Client.cpp
index 8e2502dffe8..23915431ce7 100644
--- a/cpp/demo/Freeze/backup/Client.cpp
+++ b/cpp/demo/Freeze/backup/Client.cpp
@@ -96,6 +96,6 @@ main(int argc, char* argv[])
//
//connection->close();
//communicator->destroy();
-
- return EXIT_SUCCESS;
+ //
+ //return EXIT_SUCCESS;
}