diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-09-02 12:58:35 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-09-02 12:58:35 -0230 |
commit | 7b3198c81431c2491afa128f78f4b314eeaa358b (patch) | |
tree | 9f2d72fa96501340566fe29a336b356b497da693 /cpp/demo/Ice/minimal/Client.cpp | |
parent | 4238 - Java test suite and ant options. (diff) | |
download | ice-7b3198c81431c2491afa128f78f4b314eeaa358b.tar.bz2 ice-7b3198c81431c2491afa128f78f4b314eeaa358b.tar.xz ice-7b3198c81431c2491afa128f78f4b314eeaa358b.zip |
Added Advanced Installer third party installer projects for VC6 and VC9
Fixed some VC6 compile errors
Diffstat (limited to 'cpp/demo/Ice/minimal/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/minimal/Client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Ice/minimal/Client.cpp b/cpp/demo/Ice/minimal/Client.cpp index c847ffdc84b..f08caa34086 100644 --- a/cpp/demo/Ice/minimal/Client.cpp +++ b/cpp/demo/Ice/minimal/Client.cpp @@ -41,4 +41,5 @@ main(int argc, char* argv[]) } exit(1); } + return 0; } |