summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/Orbix/tpool
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Cubit/Orbix/tpool')
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubit.h2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubit.idl2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubitC.cpp2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubitS.cpp2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/cubit_impl.h2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/server.cpp2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/tpool.cpp2
-rw-r--r--TAO/tests/Cubit/Orbix/tpool/tpool.h2
9 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit.h b/TAO/tests/Cubit/Orbix/tpool/cubit.h
index 1c868a6597d..1fd0a2d3c7d 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubit.h
+++ b/TAO/tests/Cubit/Orbix/tpool/cubit.h
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef cubit_hh
#define cubit_hh
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit.idl b/TAO/tests/Cubit/Orbix/tpool/cubit.idl
index d9b38c34a2a..d4f1610e2a8 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubit.idl
+++ b/TAO/tests/Cubit/Orbix/tpool/cubit.idl
@@ -1,3 +1,5 @@
+// $Id$
+
// @(#)cubit.idl 1.1 95/09/10
// Copyright 1994-1995 by Sun Microsystems, Inc.
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp b/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp
index c47e38f26ee..1d10b058a70 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp
+++ b/TAO/tests/Cubit/Orbix/tpool/cubitC.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "cubit.h"
Cubit::Cubit (char *IT_OR) {
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp b/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp
index 449a8c23548..d72803fed0c 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp
+++ b/TAO/tests/Cubit/Orbix/tpool/cubitS.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "cubit.h"
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp
index e35f1084118..e96b6e33dcd 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp
+++ b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "cubit_impl.h"
CORBA::Octet Cubit_Impl:: cube_octet (CORBA::Octet o, CORBA::Environment &IT_env) throw (CORBA::SystemException) {
diff --git a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h
index 1e710bb15d1..033aa7f0cb1 100644
--- a/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h
+++ b/TAO/tests/Cubit/Orbix/tpool/cubit_impl.h
@@ -1,3 +1,5 @@
+// $Id$
+
#ifndef cubit_ih
#define cubit_ih
diff --git a/TAO/tests/Cubit/Orbix/tpool/server.cpp b/TAO/tests/Cubit/Orbix/tpool/server.cpp
index 8cae4135876..ac107f69ec4 100644
--- a/TAO/tests/Cubit/Orbix/tpool/server.cpp
+++ b/TAO/tests/Cubit/Orbix/tpool/server.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
//**************************************************************************
//
// NAME : tpr_server.cpp
diff --git a/TAO/tests/Cubit/Orbix/tpool/tpool.cpp b/TAO/tests/Cubit/Orbix/tpool/tpool.cpp
index 5d1fbd1a638..219503a22d7 100644
--- a/TAO/tests/Cubit/Orbix/tpool/tpool.cpp
+++ b/TAO/tests/Cubit/Orbix/tpool/tpool.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "tpool.h"
Thread_Pool::Thread_Pool (int n_threads)
diff --git a/TAO/tests/Cubit/Orbix/tpool/tpool.h b/TAO/tests/Cubit/Orbix/tpool/tpool.h
index 3087ce42052..337a7f54e65 100644
--- a/TAO/tests/Cubit/Orbix/tpool/tpool.h
+++ b/TAO/tests/Cubit/Orbix/tpool/tpool.h
@@ -1,3 +1,5 @@
+// $Id$
+
#include "cubit.h"
#include "ace/Service_Config.h"
#include "ace/Thread_Manager.h"