summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-04-21 13:29:16 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-04-21 13:29:16 +0000
commit1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f (patch)
tree04d35438080b790663b043ea31035f54b4a9782e
parentDisable Process compilation wit ICE_NO_LOCATOR (diff)
downloadice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.tar.bz2
ice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.tar.xz
ice-1ab9128434a9bbdb8791468aa86b34fa6ecb8d6f.zip
BAcked out unwanted change
-rw-r--r--cpp/slice/Ice/IceEConfig.ice4
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