summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/inheritance/TestI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-07-26 07:34:56 +0000
committerMichi Henning <michi@zeroc.com>2002-07-26 07:34:56 +0000
commitb30d5675cc9e018fae9ec835020a7b233445b212 (patch)
treec013459459d2345911bf2f2b4b02db3a0f2ac000 /cpp/test/Ice/inheritance/TestI.cpp
parentGot rid of warnings for underscores in Slice identifiers. (diff)
downloadice-b30d5675cc9e018fae9ec835020a7b233445b212.tar.bz2
ice-b30d5675cc9e018fae9ec835020a7b233445b212.tar.xz
ice-b30d5675cc9e018fae9ec835020a7b233445b212.zip
Finally got all the bloody VC++ projects fixed up I think...
Diffstat (limited to 'cpp/test/Ice/inheritance/TestI.cpp')
-rw-r--r--cpp/test/Ice/inheritance/TestI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/inheritance/TestI.cpp b/cpp/test/Ice/inheritance/TestI.cpp
index 9812ba47cc8..90391b4eab0 100644
--- a/cpp/test/Ice/inheritance/TestI.cpp
+++ b/cpp/test/Ice/inheritance/TestI.cpp
@@ -12,7 +12,7 @@
#include <TestI.h>
MA::CAPrx
-CAI::caop(const MA::CAPrx& p, const Ice::Current&)
+CAI_::caop(const MA::CAPrx& p, const Ice::Current&)
{
return p;
}
@@ -62,7 +62,7 @@ ICI::icop(const MA::ICPrx& p, const Ice::Current&)
InitialI::InitialI(const Ice::ObjectAdapterPtr& adapter) :
_adapter(adapter)
{
- _ca = MA::CAPrx::uncheckedCast(_adapter->addWithUUID(new CAI));
+ _ca = MA::CAPrx::uncheckedCast(_adapter->addWithUUID(new CAI_));
_cb = MB::CBPrx::uncheckedCast(_adapter->addWithUUID(new CBI));
_cc = MA::CCPrx::uncheckedCast(_adapter->addWithUUID(new CCI));
_cd = MA::CDPrx::uncheckedCast(_adapter->addWithUUID(new CDI));