summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/FtRtEvent/supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/FtRtEvent/supplier.cpp')
-rw-r--r--orbsvcs/tests/FtRtEvent/supplier.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/orbsvcs/tests/FtRtEvent/supplier.cpp b/orbsvcs/tests/FtRtEvent/supplier.cpp
index a17ddeb4ba1..38239fbc6b7 100644
--- a/orbsvcs/tests/FtRtEvent/supplier.cpp
+++ b/orbsvcs/tests/FtRtEvent/supplier.cpp
@@ -14,10 +14,6 @@
/// include this file to statically linked with Transaction Depth
#include "orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.h"
-ACE_RCSID (FtRtEvent,
- supplier,
- "$Id$")
-
ACE_Time_Value timer_interval(1,0);
CORBA::ORB_var orb;
auto_ptr<TAO_FTRTEC::FTEC_Gateway> gateway;
@@ -77,7 +73,7 @@ get_event_channel(int argc, ACE_TCHAR** argv)
if (use_gateway)
{
// use local gateway to communicate with FTRTEC
- ACE_AUTO_PTR_RESET (gateway, new TAO_FTRTEC::FTEC_Gateway (orb.in (), channel.in ()), TAO_FTRTEC::FTEC_Gateway);
+ ACE_auto_ptr_reset (gateway, new TAO_FTRTEC::FTEC_Gateway (orb.in (), channel.in ()));
return gateway->_this ();
}
else