diff options
-rw-r--r-- | cpp/slice/Ice/IceEConfig.ice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/slice/Ice/IceEConfig.ice b/cpp/slice/Ice/IceEConfig.ice index c60606338b4..737f987cc13 100644 --- a/cpp/slice/Ice/IceEConfig.ice +++ b/cpp/slice/Ice/IceEConfig.ice @@ -15,7 +15,7 @@ // without Router support. // -#define ICE_NO_ROUTER +//#define ICE_NO_ROUTER // // @@ -23,6 +23,6 @@ // without Locator support. // -#define ICE_NO_LOCATOR +//#define ICE_NO_LOCATOR #endif |