diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-06 19:02:41 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-06 19:02:41 +0000 |
commit | 88e6521cfffa35f3b4f200b0d5cbb1537235906c (patch) | |
tree | 328be6864ec2203194b0d7f5f96c1a7078a19b20 /cppe/src | |
parent | Fixed decimal place issue (diff) | |
download | ice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.tar.bz2 ice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.tar.xz ice-88e6521cfffa35f3b4f200b0d5cbb1537235906c.zip |
fix problem with _NO_ vs. _HAS_
Diffstat (limited to 'cppe/src')
-rwxr-xr-x | cppe/src/IceE/OutgoingConnectionFactory.h | 2 |
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> |