diff options
Diffstat (limited to 'cpp/src/Ice/Connector.cpp')
-rw-r--r-- | cpp/src/Ice/Connector.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/src/Ice/Connector.cpp b/cpp/src/Ice/Connector.cpp new file mode 100644 index 00000000000..19b9019b0b7 --- /dev/null +++ b/cpp/src/Ice/Connector.cpp @@ -0,0 +1,18 @@ +// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#include <Ice/Connector.h> + +using namespace std; +using namespace Ice; +using namespace IceInternal; + +void IceInternal::incRef(Connector* p) { p->__incRef(); } +void IceInternal::decRef(Connector* p) { p->__decRef(); } |