diff options
Diffstat (limited to 'cpp/demo/Ice/hello/HelloI.h')
-rw-r--r-- | cpp/demo/Ice/hello/HelloI.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/demo/Ice/hello/HelloI.h b/cpp/demo/Ice/hello/HelloI.h index 358944bb5bc..e57da289476 100644 --- a/cpp/demo/Ice/hello/HelloI.h +++ b/cpp/demo/Ice/hello/HelloI.h @@ -21,14 +21,8 @@ class HelloI : public Hello { public: - HelloI(const Ice::CommunicatorPtr&); - virtual void sayHello(const Ice::Current&) const; virtual void shutdown(const Ice::Current&); - -private: - - Ice::CommunicatorPtr _communicator; }; #endif |