summaryrefslogtreecommitdiff
path: root/cppe/src/TcpTransport/Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/TcpTransport/Connector.cpp')
-rw-r--r--cppe/src/TcpTransport/Connector.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/cppe/src/TcpTransport/Connector.cpp b/cppe/src/TcpTransport/Connector.cpp
index cee89eb201e..3c143be40c7 100644
--- a/cppe/src/TcpTransport/Connector.cpp
+++ b/cppe/src/TcpTransport/Connector.cpp
@@ -3,24 +3,24 @@
// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
+// ICEE_LICENSE file included in this distribution.
//
// **********************************************************************
-#include <Ice/Connector.h>
-#include <Ice/Transceiver.h>
-#include <Ice/Instance.h>
-#include <Ice/TraceLevels.h>
-#include <Ice/LoggerUtil.h>
-#include <Ice/Network.h>
-#include <Ice/Exception.h>
+#include <IceE/Connector.h>
+#include <IceE/Transceiver.h>
+#include <IceE/Instance.h>
+#include <IceE/TraceLevels.h>
+#include <IceE/LoggerUtil.h>
+#include <IceE/Network.h>
+#include <IceE/Exception.h>
using namespace std;
-using namespace Ice;
-using namespace IceInternal;
+using namespace IceE;
+using namespace IceEInternal;
-void IceInternal::incRef(Connector* p) { p->__incRef(); }
-void IceInternal::decRef(Connector* p) { p->__decRef(); }
+void IceEInternal::incRef(Connector* p) { p->__incRef(); }
+void IceEInternal::decRef(Connector* p) { p->__decRef(); }
TransceiverPtr
Connector::connect(int timeout)