summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r--cpp/src/Ice/Reference.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp
index 829af4c4dbe..11b33cf6c56 100644
--- a/cpp/src/Ice/Reference.cpp
+++ b/cpp/src/Ice/Reference.cpp
@@ -441,7 +441,7 @@ IceInternal::FixedReference::getFixedConnections() const
Reference::Type
IceInternal::FixedReference::getType() const
{
- return Fixed;
+ return TypeFixed;
}
bool
@@ -1219,7 +1219,7 @@ IceInternal::DirectReference::getEndpoints() const
Reference::Type
IceInternal::DirectReference::getType() const
{
- return Direct;
+ return TypeDirect;
}
int
@@ -1474,7 +1474,7 @@ IceInternal::IndirectReference::getEndpoints() const
Reference::Type
IceInternal::IndirectReference::getType() const
{
- return Indirect;
+ return TypeIndirect;
}
int