diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-05-15 15:46:11 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-05-15 15:46:11 -0400 |
commit | f8f74a8d27fd7d672d681b7ad01031fc999ef89c (patch) | |
tree | 87b638adb39b3f2609e04418b33fca7f47de14cf /cpp/demo/book/lifecycle/Server.cpp | |
parent | using PHP 5.2.6 on Windows (diff) | |
download | ice-f8f74a8d27fd7d672d681b7ad01031fc999ef89c.tar.bz2 ice-f8f74a8d27fd7d672d681b7ad01031fc999ef89c.tar.xz ice-f8f74a8d27fd7d672d681b7ad01031fc999ef89c.zip |
Fixed HP crash
Diffstat (limited to 'cpp/demo/book/lifecycle/Server.cpp')
-rw-r--r-- | cpp/demo/book/lifecycle/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/book/lifecycle/Server.cpp b/cpp/demo/book/lifecycle/Server.cpp index ff99757a233..6c44e305745 100644 --- a/cpp/demo/book/lifecycle/Server.cpp +++ b/cpp/demo/book/lifecycle/Server.cpp @@ -29,7 +29,7 @@ public: // Create the root directory. // - DirectoryIPtr root = new DirectoryI(); + DirectoryIPtr root = new DirectoryI; root->activate(adapter); // All objects are created, allow client requests now. |