summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-12-03 15:05:04 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-12-03 15:05:04 -0330
commitb5c76902b34afe4774e1d8b0b4707208895e729c (patch)
treef2d72ebb2a368c6fec9ad1b202d207f79b48f6c2 /cpp/src/slice2cpp/Gen.cpp
parentFixed minor inconsistency between hello graphical demos (diff)
downloadice-b5c76902b34afe4774e1d8b0b4707208895e729c.tar.bz2
ice-b5c76902b34afe4774e1d8b0b4707208895e729c.tar.xz
ice-b5c76902b34afe4774e1d8b0b4707208895e729c.zip
Fix C++Builder 2010 compile errors
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index 702fd98e639..481de0e95da 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -6352,7 +6352,7 @@ Slice::Gen::AsyncVisitor::visitOperation(const OperationPtr& p)
H << eb;
H << nl << "void __sent(bool sentSynchronously)";
H << sb;
- H << nl << "AMICallbackBase::__sent(sentSynchronously);";
+ H << nl << "::Ice::AMICallbackBase::__sent(sentSynchronously);";
H << eb;
H << eb << ';';
H << sp << nl << "typedef ::IceUtil::Handle< " << classScopedAMI << '_' << name << "> " << classNameAMI