diff options
author | Mark Spruiell <mes@zeroc.com> | 2013-08-26 15:31:34 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2013-08-26 15:31:34 -0700 |
commit | 8afbc144b77a1ad4284cbf3d71835ad3073f829f (patch) | |
tree | 44560cf7fe301ade1eb37259f7b5885e75e75b4a /cpp/test/Ice/ami/TestI.cpp | |
parent | Test & Build auotomation scripts (diff) | |
download | ice-8afbc144b77a1ad4284cbf3d71835ad3073f829f.tar.bz2 ice-8afbc144b77a1ad4284cbf3d71835ad3073f829f.tar.xz ice-8afbc144b77a1ad4284cbf3d71835ad3073f829f.zip |
minor fix to C++ AMI test
Diffstat (limited to 'cpp/test/Ice/ami/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/ami/TestI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/ami/TestI.cpp b/cpp/test/Ice/ami/TestI.cpp index cc59376d94e..197e8da1c3a 100644 --- a/cpp/test/Ice/ami/TestI.cpp +++ b/cpp/test/Ice/ami/TestI.cpp @@ -56,9 +56,9 @@ TestIntfI::opBatchCount(const Ice::Current&) } void -TestIntfI::opWitArgs(Ice::Int& one, Ice::Int& two, Ice::Int& three, Ice::Int& four, Ice::Int& five, Ice::Int& six, - Ice::Int& seven, Ice::Int& eight, Ice::Int& nine, Ice::Int& ten, Ice::Int& eleven, - const Ice::Current&) +TestIntfI::opWithArgs(Ice::Int& one, Ice::Int& two, Ice::Int& three, Ice::Int& four, Ice::Int& five, Ice::Int& six, + Ice::Int& seven, Ice::Int& eight, Ice::Int& nine, Ice::Int& ten, Ice::Int& eleven, + const Ice::Current&) { one = 1; two = 2; |