summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Reference.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-25 16:24:32 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-25 16:24:32 +0000
commit77ee1996bb672c6f9072c95a35a7c7cf12db1d66 (patch)
treeb2caa99114b7ea576283aa9c49937569cc43dd67 /cpp/src/Ice/Reference.cpp
parentAdded proxy comparison test (diff)
downloadice-77ee1996bb672c6f9072c95a35a7c7cf12db1d66.tar.bz2
ice-77ee1996bb672c6f9072c95a35a7c7cf12db1d66.tar.xz
ice-77ee1996bb672c6f9072c95a35a7c7cf12db1d66.zip
Minor naming convention fix
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