summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 14:42:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 14:42:59 +0000
commita25e8c318be8497d094944f110e858d24bb6678e (patch)
tree1b7de323324d7e603a2ef1843bbf93803d48b826 /TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp
parent76a768ec1c77d871b8908d65cc72e205c3de26cc (diff)
downloadATCD-a25e8c318be8497d094944f110e858d24bb6678e.tar.gz
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp: Removed RCS_ID
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp
index 107e2209a7b..19da555bfb0 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp
@@ -1,4 +1,5 @@
// -*- C++ -*-
+// $Id$
#include "Client_Request_Interceptor.h"
#include "testC.h"
@@ -7,10 +8,6 @@
#include "tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (Request_Interceptor_Flow,
- Client_Request_Interceptor,
- "$Id$")
-
Client_Request_Interceptor::Client_Request_Interceptor (const char *name)
: Request_Interceptor (name)
{