summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 14:28:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-13 14:28:14 +0000
commit5f8f71e82e765cbe0a41d9e90c2e5eb8bfe61f5d (patch)
treefd01e1dec72cc5ffe24c6ba20bed342da9b4139a /TAO/tao
parent363bf874174bbb4bbff8e2a28f6c4841ced23b9e (diff)
downloadATCD-5f8f71e82e765cbe0a41d9e90c2e5eb8bfe61f5d.tar.gz
inserted RCS keyword string
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Client_Strategy_Factory.cpp2
-rw-r--r--TAO/tao/ORB_Strategies_T.i2
-rw-r--r--TAO/tao/Object_KeyC.cpp2
-rw-r--r--TAO/tao/Object_KeyC.i2
-rw-r--r--TAO/tao/Request.i2
-rw-r--r--TAO/tao/compat/initguid.h2
-rw-r--r--TAO/tao/debug.h2
-rw-r--r--TAO/tao/poa_T.cpp2
-rw-r--r--TAO/tao/poa_T.h2
-rw-r--r--TAO/tao/poa_macros.h2
-rw-r--r--TAO/tao/varout.h2
11 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.cpp b/TAO/tao/Client_Strategy_Factory.cpp
index e0d1e534498..4548131ad7d 100644
--- a/TAO/tao/Client_Strategy_Factory.cpp
+++ b/TAO/tao/Client_Strategy_Factory.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "tao/corba.h"
TAO_Client_Strategy_Factory::TAO_Client_Strategy_Factory (void)
diff --git a/TAO/tao/ORB_Strategies_T.i b/TAO/tao/ORB_Strategies_T.i
index 9655ecf55a0..34fad1a065c 100644
--- a/TAO/tao/ORB_Strategies_T.i
+++ b/TAO/tao/ORB_Strategies_T.i
@@ -1,3 +1,5 @@
+// $Id$
+
template <class SH> ACE_INLINE
TAO_Reactive_Strategy<SH>::TAO_Reactive_Strategy (void)
{
diff --git a/TAO/tao/Object_KeyC.cpp b/TAO/tao/Object_KeyC.cpp
index f437bc9c40b..2c4374fdfdc 100644
--- a/TAO/tao/Object_KeyC.cpp
+++ b/TAO/tao/Object_KeyC.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******
// TAO ORB and the TAO IDL Compiler have been developed by Washington
// University Computer Science's Distributed Object Computing Group.
diff --git a/TAO/tao/Object_KeyC.i b/TAO/tao/Object_KeyC.i
index 03dc4e856da..c6bdc7a0f41 100644
--- a/TAO/tao/Object_KeyC.i
+++ b/TAO/tao/Object_KeyC.i
@@ -1,3 +1,5 @@
+// $Id$
+
// ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******
// TAO ORB and the TAO IDL Compiler have been developed by Washington
// University Computer Science's Distributed Object Computing Group.
diff --git a/TAO/tao/Request.i b/TAO/tao/Request.i
index 91fc13f1efe..2209c228421 100644
--- a/TAO/tao/Request.i
+++ b/TAO/tao/Request.i
@@ -1,3 +1,5 @@
+// $Id$
+
// This may look like C, but it's really -*- C++ -*-
// Return the target of this request.
diff --git a/TAO/tao/compat/initguid.h b/TAO/tao/compat/initguid.h
index f90676559a9..53f4408ebc8 100644
--- a/TAO/tao/compat/initguid.h
+++ b/TAO/tao/compat/initguid.h
@@ -1,3 +1,5 @@
+// $Id$
+
/* This may look like C, but it's really -*- C++ -*- */
#ifndef TAO_COMPAT_INITGUID_H
# define TAO_COMPAT_INITGUID_H
diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h
index 7f9ff844a62..33ce33cf699 100644
--- a/TAO/tao/debug.h
+++ b/TAO/tao/debug.h
@@ -1,3 +1,5 @@
+// $Id$
+
// This may look like C, but it's really -*- C++ -*-
// ============================================================================
diff --git a/TAO/tao/poa_T.cpp b/TAO/tao/poa_T.cpp
index f81093139b1..daa0466f3d4 100644
--- a/TAO/tao/poa_T.cpp
+++ b/TAO/tao/poa_T.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#if !defined (POA_T_CPP)
#define POA_T_CPP
diff --git a/TAO/tao/poa_T.h b/TAO/tao/poa_T.h
index a125aa77d5b..8f9e29bdb6c 100644
--- a/TAO/tao/poa_T.h
+++ b/TAO/tao/poa_T.h
@@ -1,3 +1,5 @@
+// $Id$
+
#if !defined (POA_T_H)
#define POA_T_H
diff --git a/TAO/tao/poa_macros.h b/TAO/tao/poa_macros.h
index b46ae1a10f8..bce995456a4 100644
--- a/TAO/tao/poa_macros.h
+++ b/TAO/tao/poa_macros.h
@@ -1,3 +1,5 @@
+// $Id$
+
// Convenient macro for testing for deadlock, as well as for detecting
// when mutexes fail.
#define TAO_POA_WRITE_GUARD(MUTEX,OBJ,LOCK,ENV) \
diff --git a/TAO/tao/varout.h b/TAO/tao/varout.h
index 2fe6c6acab4..5c9d7e3c7f8 100644
--- a/TAO/tao/varout.h
+++ b/TAO/tao/varout.h
@@ -1,4 +1,6 @@
/* -*- C++ -*- */
+// $Id$
+
// ============================================================================
//