summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/OutgoingAsync.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-30 05:19:03 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-30 05:19:03 +0000
commita8f175455eeb6ab82cdd4b15edbc8f480b2ad5dc (patch)
tree22552b21c83ead223a3c2f4f5a409d0196358135 /cpp/include/Ice/OutgoingAsync.h
parentfixes (diff)
downloadice-a8f175455eeb6ab82cdd4b15edbc8f480b2ad5dc.tar.bz2
ice-a8f175455eeb6ab82cdd4b15edbc8f480b2ad5dc.tar.xz
ice-a8f175455eeb6ab82cdd4b15edbc8f480b2ad5dc.zip
fixes
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r--cpp/include/Ice/OutgoingAsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h
index 568ba86e221..0d100dda36d 100644
--- a/cpp/include/Ice/OutgoingAsync.h
+++ b/cpp/include/Ice/OutgoingAsync.h
@@ -60,7 +60,7 @@ private:
//
// We need a separate InstancePtr, because _is and _os only hold a
- // const InstancePtr& for optimization.
+ // Instance* for optimization.
//
InstancePtr _instance;