diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:09:55 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:09:55 +0000 |
commit | 9b8cc712d4a41d71840416776bc94ee8485bb9b3 (patch) | |
tree | 7d467fdd6a66bc2b5878d82070d45adbd5c20414 /cppe/src/TcpTransport/Connector.cpp | |
parent | cleaning the cache method out of ReferenceFactory (diff) | |
download | ice-9b8cc712d4a41d71840416776bc94ee8485bb9b3.tar.bz2 ice-9b8cc712d4a41d71840416776bc94ee8485bb9b3.tar.xz ice-9b8cc712d4a41d71840416776bc94ee8485bb9b3.zip |
Changed Ice to IceE EVERYWHERE!!!
Diffstat (limited to 'cppe/src/TcpTransport/Connector.cpp')
-rw-r--r-- | cppe/src/TcpTransport/Connector.cpp | 24 |
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) |