diff options
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.h')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.h b/cpp/src/IceBox/ServiceManagerI.h index 95a12ad6096..5484aa7b3fa 100644 --- a/cpp/src/IceBox/ServiceManagerI.h +++ b/cpp/src/IceBox/ServiceManagerI.h @@ -39,10 +39,10 @@ public: ::std::string name; ServicePtr service; ::IceInternal::DynamicLibraryPtr library; - ::Ice::CommunicatorPtr communicator; - ::std::string envName; - bool active; - Ice::StringSeq args; + ::Ice::CommunicatorPtr communicator; + ::std::string envName; + bool active; + Ice::StringSeq args; }; bool start(); |