diff options
Diffstat (limited to 'cpp/test/Ice/ami/TestI.h')
-rw-r--r-- | cpp/test/Ice/ami/TestI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/ami/TestI.h b/cpp/test/Ice/ami/TestI.h index b47d7be0d53..8e9a0128ee2 100644 --- a/cpp/test/Ice/ami/TestI.h +++ b/cpp/test/Ice/ami/TestI.h @@ -13,7 +13,7 @@ #include <Test.h> class TestIntfControllerI; -typedef IceUtil::Handle<TestIntfControllerI> TestIntfControllerIPtr; +ICE_DEFINE_PTR(TestIntfControllerIPtr, TestIntfControllerI); class TestIntfI : virtual public Test::TestIntf, public IceUtil::Monitor<IceUtil::Mutex> { |