summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LocatorInfoF.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-12-05 22:28:48 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-12-05 22:28:48 +0000
commit72490028ccf2a01b549022ef5eb588776137fb1a (patch)
tree5f13a71b0e26b566ec1b3d581b91023f43622f48 /cpp/src/Ice/LocatorInfoF.h
parentVisual C++ Warning Fix. (diff)
downloadice-72490028ccf2a01b549022ef5eb588776137fb1a.tar.bz2
ice-72490028ccf2a01b549022ef5eb588776137fb1a.tar.xz
ice-72490028ccf2a01b549022ef5eb588776137fb1a.zip
Added support for object lookup by identity
Diffstat (limited to 'cpp/src/Ice/LocatorInfoF.h')
-rw-r--r--cpp/src/Ice/LocatorInfoF.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/LocatorInfoF.h b/cpp/src/Ice/LocatorInfoF.h
index 72d8098f773..a8ac62447e2 100644
--- a/cpp/src/Ice/LocatorInfoF.h
+++ b/cpp/src/Ice/LocatorInfoF.h
@@ -30,10 +30,10 @@ void incRef(LocatorInfo*);
void decRef(LocatorInfo*);
typedef Handle<LocatorInfo> LocatorInfoPtr;
-class LocatorAdapterTable;
-void incRef(LocatorAdapterTable*);
-void decRef(LocatorAdapterTable*);
-typedef Handle<LocatorAdapterTable> LocatorAdapterTablePtr;
+class LocatorTable;
+void incRef(LocatorTable*);
+void decRef(LocatorTable*);
+typedef Handle<LocatorTable> LocatorTablePtr;
}