summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerI.h')
-rw-r--r--cpp/src/IceGrid/ServerI.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/cpp/src/IceGrid/ServerI.h b/cpp/src/IceGrid/ServerI.h
index e0dcf3e7cf6..2e0ef5b9afa 100644
--- a/cpp/src/IceGrid/ServerI.h
+++ b/cpp/src/IceGrid/ServerI.h
@@ -47,26 +47,26 @@ public:
enum InternalServerState
{
- Loading,
- Patching,
- Inactive,
- Activating,
- WaitForActivation,
- ActivationTimeout,
- Active,
- Deactivating,
- DeactivatingWaitForProcess,
- Destroying,
- Destroyed
+ Loading,
+ Patching,
+ Inactive,
+ Activating,
+ WaitForActivation,
+ ActivationTimeout,
+ Active,
+ Deactivating,
+ DeactivatingWaitForProcess,
+ Destroying,
+ Destroyed
};
enum ServerActivation
{
- Always,
- Session,
- OnDemand,
- Manual,
- Disabled
+ Always,
+ Session,
+ OnDemand,
+ Manual,
+ Disabled
};
ServerI(const NodeIPtr&, const ServerPrx&, const std::string&, const std::string&, int);