summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Connection.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-05 13:32:31 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-05 13:32:31 +0000
commitdf19c1c94b5927b5388c1d6c839b09e347dbfbc1 (patch)
tree9f4e27398c9ed24cf6d081d3375ff250725b20e5 /cppe/src/IceE/Connection.cpp
parentREadded operations (diff)
downloadice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.bz2
ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.xz
ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.zip
DLL version compiles again.
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 8984e15da04..efe2ad53378 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -16,13 +16,13 @@
#include <IceE/Transceiver.h>
#include <IceE/Endpoint.h>
#include <IceE/Outgoing.h>
-#include <IceE/Incoming.h>
#include <IceE/LocalException.h>
#include <IceE/Protocol.h>
#include <IceE/ReferenceFactory.h> // For createProxy().
#include <IceE/ProxyFactory.h> // For createProxy().
#ifndef ICEE_PURE_CLIENT
# include <IceE/ObjectAdapter.h>
+# include <IceE/Incoming.h>
#endif
using namespace std;