summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Common')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Export.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/CancelledException.idl1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/CustomException.idl1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.cpp1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.h1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppException.idl1
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppMain.h1
20 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.cpp
index f1979e1a13d..084647b1edd 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "AppHelper.h"
void
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.h
index 1799f1032f3..27aaab8a148 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppHelper.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef APPHELPER_H
#define APPHELPER_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp
index cfb13da0cd9..676e4ae79f2 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "AppShutdown.h"
#include "TestAppExceptionC.h"
#include "ace/Log_Msg.h"
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
index 097249686ee..a8307ab45b4 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef APP_SHUTDOWN_H
#define APP_SHUTDOWN_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Export.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Export.h
index 9ebd7dc8f34..d2cadef5379 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Export.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Export.h
@@ -1,6 +1,5 @@
// -*- C++ -*-
-// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl -s CSD_TP_Test
// ------------------------------
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/CancelledException.idl b/TAO/tests/CSD_Strategy_Tests/TP_Common/CancelledException.idl
index 8f9afcf68de..379a8ce41d8 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/CancelledException.idl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/CancelledException.idl
@@ -1,4 +1,3 @@
-// $Id$
#ifndef CANCELAPPXCEPTION_IDL
#define CANCELAPPXCEPTION_IDL
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
index 361bb3cd465..221781e1b9e 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "ClientEngine.h"
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp
index dbc71737f99..5f8ac3afd29 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientTask.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "ClientTask.h"
#include "ClientEngine.h"
#include "AppShutdown.h"
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/CustomException.idl b/TAO/tests/CSD_Strategy_Tests/TP_Common/CustomException.idl
index 794900c41ce..e5ad609a19e 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/CustomException.idl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/CustomException.idl
@@ -1,4 +1,3 @@
-// $Id$
#ifndef CUSTOMEXCEPTION_IDL
#define CUSTOMEXCEPTION_IDL
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl b/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
index 4f76953e24c..330914baa72 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/FooException.idl
@@ -1,4 +1,3 @@
-// $Id$
#ifndef FOOEXCEPTION_IDL
#define FOOEXCEPTION_IDL
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.cpp
index 812495cc732..4284e163ee8 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "OrbRunner.h"
#include "OrbTask.h"
#include "TestAppExceptionC.h"
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.h
index 8e3f8138239..36fff3dd607 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/OrbRunner.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef ORB_RUNNER_H
#define ORB_RUNNER_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp
index 738af1ea9df..48663b6fc01 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "ServantList_T.h"
#include "AppHelper.h"
#include "TestAppExceptionC.h"
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.h
index 43e639c9beb..20607775fd3 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ServantList_T.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef SERVANTLIST_T_H
#define SERVANTLIST_T_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.cpp
index 8e39e223b45..46fabc593e8 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "StatisticsHelper.h"
// swap function for integers
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.h
index 16ed9c88eef..ae95c226bf7 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/StatisticsHelper.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef STATISTICS_HELPER_H
#define STATISTICS_HELPER_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.cpp
index faa872c6e87..eb6905eb2e3 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "TestAppBase.h"
TestAppBase::TestAppBase(const char* name)
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.h
index 3d52871e907..0fb4aaaaa9f 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppBase.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef TESTAPPBASE_H
#define TESTAPPBASE_H
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppException.idl b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppException.idl
index 2ac53939b77..f4cf0a8d88c 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppException.idl
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppException.idl
@@ -1,4 +1,3 @@
-// $Id$
#ifndef TESTAPPXCEPTION_IDL
#define TESTAPPXCEPTION_IDL
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppMain.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppMain.h
index bcbdb6e9e6b..a5e08322381 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppMain.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/TestAppMain.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef TESTAPPMAIN_H
#define TESTAPPMAIN_H