summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks')
-rw-r--r--TAO/tests/Client_Leaks/Client_Task.cpp3
-rw-r--r--TAO/tests/Client_Leaks/Client_Task.h3
-rw-r--r--TAO/tests/Client_Leaks/Process.cpp3
-rw-r--r--TAO/tests/Client_Leaks/Process.h3
-rw-r--r--TAO/tests/Client_Leaks/Process_Factory.cpp3
-rw-r--r--TAO/tests/Client_Leaks/Process_Factory.h3
-rw-r--r--TAO/tests/Client_Leaks/Server_Task.cpp3
-rw-r--r--TAO/tests/Client_Leaks/Server_Task.h3
-rw-r--r--TAO/tests/Client_Leaks/Startup_Callback.cpp3
-rw-r--r--TAO/tests/Client_Leaks/Startup_Callback.h3
-rw-r--r--TAO/tests/Client_Leaks/Test.idl3
11 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tests/Client_Leaks/Client_Task.cpp b/TAO/tests/Client_Leaks/Client_Task.cpp
index 8bd8670713c..33c6bae4274 100644
--- a/TAO/tests/Client_Leaks/Client_Task.cpp
+++ b/TAO/tests/Client_Leaks/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Client_Task.h"
diff --git a/TAO/tests/Client_Leaks/Client_Task.h b/TAO/tests/Client_Leaks/Client_Task.h
index 12a45e7aac2..fb03f4a5bc7 100644
--- a/TAO/tests/Client_Leaks/Client_Task.h
+++ b/TAO/tests/Client_Leaks/Client_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_LEAKS_CLIENT_TASK_H
#define CLIENT_LEAKS_CLIENT_TASK_H
diff --git a/TAO/tests/Client_Leaks/Process.cpp b/TAO/tests/Client_Leaks/Process.cpp
index 6bf3cb78eac..c05907a1a3e 100644
--- a/TAO/tests/Client_Leaks/Process.cpp
+++ b/TAO/tests/Client_Leaks/Process.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Process.h"
#include "ace/OS_NS_unistd.h"
diff --git a/TAO/tests/Client_Leaks/Process.h b/TAO/tests/Client_Leaks/Process.h
index 7906a4a0d7d..ff42dd8d9a9 100644
--- a/TAO/tests/Client_Leaks/Process.h
+++ b/TAO/tests/Client_Leaks/Process.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_LEAKS_PROCESS_H
#define CLIENT_LEAKS_PROCESS_H
diff --git a/TAO/tests/Client_Leaks/Process_Factory.cpp b/TAO/tests/Client_Leaks/Process_Factory.cpp
index 708265f5215..da18c6c30ac 100644
--- a/TAO/tests/Client_Leaks/Process_Factory.cpp
+++ b/TAO/tests/Client_Leaks/Process_Factory.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Process_Factory.h"
#include "Startup_Callback.h"
#include "ace/Process.h"
diff --git a/TAO/tests/Client_Leaks/Process_Factory.h b/TAO/tests/Client_Leaks/Process_Factory.h
index 1fc6c346097..f21a360f019 100644
--- a/TAO/tests/Client_Leaks/Process_Factory.h
+++ b/TAO/tests/Client_Leaks/Process_Factory.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_LEAKS_PROCESS_FACTORY_H
#define CLIENT_LEAKS_PROCESS_FACTORY_H
diff --git a/TAO/tests/Client_Leaks/Server_Task.cpp b/TAO/tests/Client_Leaks/Server_Task.cpp
index d37db8a5690..c071110e1fa 100644
--- a/TAO/tests/Client_Leaks/Server_Task.cpp
+++ b/TAO/tests/Client_Leaks/Server_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Server_Task.h"
diff --git a/TAO/tests/Client_Leaks/Server_Task.h b/TAO/tests/Client_Leaks/Server_Task.h
index ecc5a9675f2..8b5f48d872c 100644
--- a/TAO/tests/Client_Leaks/Server_Task.h
+++ b/TAO/tests/Client_Leaks/Server_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_LEAKS_SERVER_TASK_H
#define CLIENT_LEAKS_SERVER_TASK_H
diff --git a/TAO/tests/Client_Leaks/Startup_Callback.cpp b/TAO/tests/Client_Leaks/Startup_Callback.cpp
index 15eefd990eb..7056173d188 100644
--- a/TAO/tests/Client_Leaks/Startup_Callback.cpp
+++ b/TAO/tests/Client_Leaks/Startup_Callback.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Startup_Callback.h"
Startup_Callback::Startup_Callback (void)
diff --git a/TAO/tests/Client_Leaks/Startup_Callback.h b/TAO/tests/Client_Leaks/Startup_Callback.h
index 9278b235cc2..eae388467ec 100644
--- a/TAO/tests/Client_Leaks/Startup_Callback.h
+++ b/TAO/tests/Client_Leaks/Startup_Callback.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_LEAKS_STARTUP_CALLBACK_H
#define CLIENT_LEAKS_STARTUP_CALLBACK_H
diff --git a/TAO/tests/Client_Leaks/Test.idl b/TAO/tests/Client_Leaks/Test.idl
index c7c4ee2abf2..5feb9388272 100644
--- a/TAO/tests/Client_Leaks/Test.idl
+++ b/TAO/tests/Client_Leaks/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
module Test
{