summaryrefslogtreecommitdiff
path: root/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp')
-rw-r--r--tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp b/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
index 15fe176cc47..751f151c6bd 100644
--- a/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
+++ b/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
@@ -7,10 +7,6 @@
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (Dynamic,
- interceptors,
- "$Id$")
-
const char *request_msg = "The Echo_Request_Interceptor request message";
const char *reply_msg = "The Echo_Request_Interceptor reply message";
CORBA::ULong Echo_Client_Request_Interceptor::client_interceptor_check_ = 0;