summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-06 19:02:41 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-06 19:02:41 +0000
commit88e6521cfffa35f3b4f200b0d5cbb1537235906c (patch)
tree328be6864ec2203194b0d7f5f96c1a7078a19b20 /cppe/src
parentFixed decimal place issue (diff)
downloadice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.tar.bz2
ice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.tar.xz
ice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.zip
fix problem with _NO_ vs. _HAS_
Diffstat (limited to 'cppe/src')
-rwxr-xr-xcppe/src/IceE/OutgoingConnectionFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/OutgoingConnectionFactory.h b/cppe/src/IceE/OutgoingConnectionFactory.h
index a9196150994..022a0180e5a 100755
--- a/cppe/src/IceE/OutgoingConnectionFactory.h
+++ b/cppe/src/IceE/OutgoingConnectionFactory.h
@@ -15,7 +15,7 @@
#include <IceE/InstanceF.h>
#include <IceE/ObjectAdapterF.h>
#include <IceE/EndpointF.h>
-#ifndef ICEE_NO_ROUTER
+#ifdef ICEE_HAS_ROUTER
# include <IceE/RouterF.h>
#endif
#include <IceE/Mutex.h>