summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Ice/background/EndpointI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Ice/background/EndpointI.h b/cpp/test/Ice/background/EndpointI.h
index da8b5d7a726..c54018a73d8 100644
--- a/cpp/test/Ice/background/EndpointI.h
+++ b/cpp/test/Ice/background/EndpointI.h
@@ -44,6 +44,10 @@ public:
virtual bool operator==(const Ice::LocalObject&) const;
virtual bool operator<(const Ice::LocalObject&) const;
+#ifdef __SUNPRO_CC
+ using IceInternal::EndpointI::connectionId;
+#endif
+
protected:
virtual Ice::Int hashInit() const;