diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-22 11:37:42 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-22 11:37:42 -0230 |
commit | 80138a918d2d8e7efa289fd47250b91af501901d (patch) | |
tree | 65f1c79fa91a6135c2d4cd74e09d1fcf9c552851 /cpp/demo/Ice/plugin/HelloPluginI.cpp | |
parent | Bug 3912 - fix to c# project (diff) | |
download | ice-80138a918d2d8e7efa289fd47250b91af501901d.tar.bz2 ice-80138a918d2d8e7efa289fd47250b91af501901d.tar.xz ice-80138a918d2d8e7efa289fd47250b91af501901d.zip |
Fixed couple of windows build issues
Diffstat (limited to 'cpp/demo/Ice/plugin/HelloPluginI.cpp')
-rw-r--r-- | cpp/demo/Ice/plugin/HelloPluginI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/demo/Ice/plugin/HelloPluginI.cpp b/cpp/demo/Ice/plugin/HelloPluginI.cpp index 32da701b1b1..85bb3f91e9c 100644 --- a/cpp/demo/Ice/plugin/HelloPluginI.cpp +++ b/cpp/demo/Ice/plugin/HelloPluginI.cpp @@ -51,6 +51,11 @@ public: adapter->activate(); } + void + destroy() + { + } + private: Ice::CommunicatorPtr _communicator; |