summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerAdapterI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-10-04 15:49:11 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-10-04 15:49:11 +0000
commitf3b88e3177de83300b4b096e9710fd3f86d74a66 (patch)
treefcad236aeb0b95ed2e1825a1751d2663a9ccf968 /cpp/src/IceGrid/ServerAdapterI.h
parent- Modified VC 6 build command so the packaging scripts won't attempt to (diff)
downloadice-f3b88e3177de83300b4b096e9710fd3f86d74a66.tar.bz2
ice-f3b88e3177de83300b4b096e9710fd3f86d74a66.tar.xz
ice-f3b88e3177de83300b4b096e9710fd3f86d74a66.zip
Distribution improvments, bug fixes, code cleanup.
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.h')
-rw-r--r--cpp/src/IceGrid/ServerAdapterI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.h b/cpp/src/IceGrid/ServerAdapterI.h
index 2d12eb6ed1d..20522b2ddd8 100644
--- a/cpp/src/IceGrid/ServerAdapterI.h
+++ b/cpp/src/IceGrid/ServerAdapterI.h
@@ -36,6 +36,8 @@ public:
void clear();
void activationFailed(bool);
+ AdapterPrx getProxy() const;
+
private:
const NodeIPtr _node;