diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloServiceI.h')
-rw-r--r-- | cpp/demo/IceBox/hello/HelloServiceI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceBox/hello/HelloServiceI.h b/cpp/demo/IceBox/hello/HelloServiceI.h index 15e95fe4b43..50aaaa24584 100644 --- a/cpp/demo/IceBox/hello/HelloServiceI.h +++ b/cpp/demo/IceBox/hello/HelloServiceI.h @@ -24,8 +24,8 @@ public: virtual ~HelloServiceI(); virtual void start(const ::std::string&, - const ::Ice::CommunicatorPtr&, - const ::Ice::StringSeq&); + const ::Ice::CommunicatorPtr&, + const ::Ice::StringSeq&); virtual void stop(); |