diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-21 13:29:16 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-21 13:29:16 +0000 |
commit | 1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f (patch) | |
tree | 04d35438080b790663b043ea31035f54b4a9782e | |
parent | Disable Process compilation wit ICE_NO_LOCATOR (diff) | |
download | ice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.tar.bz2 ice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.tar.xz ice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.zip |
BAcked out unwanted change
-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 |