summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Reference.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp
index 597029af9aa..521699474ec 100644
--- a/cpp/src/Ice/Reference.cpp
+++ b/cpp/src/Ice/Reference.cpp
@@ -534,7 +534,8 @@ IceInternal::FixedReference::getLocatorCacheTimeout() const
string
IceInternal::FixedReference::getConnectionId() const
{
- return string();
+ throw FixedProxyException(__FILE__, __LINE__);
+ return string(); // Keep the compiler happy.
}
ReferencePtr