diff options
Diffstat (limited to 'tests/CallbackTest/Service.cpp')
-rw-r--r-- | tests/CallbackTest/Service.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CallbackTest/Service.cpp b/tests/CallbackTest/Service.cpp index 8d9143dc487..307a4a83a80 100644 --- a/tests/CallbackTest/Service.cpp +++ b/tests/CallbackTest/Service.cpp @@ -3,8 +3,6 @@ // #include "Service.h" -ACE_RCSID(Callback, Service, "$Id$") - Service::Service (CORBA::ORB_ptr orb) : test_count_ (0), orb_ (CORBA::ORB::_duplicate (orb)) |