summaryrefslogtreecommitdiff
path: root/examples
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
commite1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf (patch)
treefd01e1dec72cc5ffe24c6ba20bed342da9b4139a /examples
parenta233ecd98b69fbfb9a18a2c3cc3826084a44ce38 (diff)
downloadATCD-e1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf.tar.gz
inserted RCS keyword string
Diffstat (limited to 'examples')
-rw-r--r--examples/CORBA/Test.idl2
-rw-r--r--examples/Naming/test_open.cpp2
-rw-r--r--examples/Reactor/FIFO/client.cpp2
-rw-r--r--examples/Reactor/FIFO/server.cpp2
-rw-r--r--examples/Reactor/Misc/test_signals_1.cpp2
-rw-r--r--examples/Registry/test_registry_iterator.cpp2
-rw-r--r--examples/Registry/test_registry_update.cpp2
7 files changed, 14 insertions, 0 deletions
diff --git a/examples/CORBA/Test.idl b/examples/CORBA/Test.idl
index 33e8adce847..d5ae1850e4a 100644
--- a/examples/CORBA/Test.idl
+++ b/examples/CORBA/Test.idl
@@ -1,3 +1,5 @@
+// $Id$
+
interface Test
// @(#)Test.idl 1.1 10/18/96
diff --git a/examples/Naming/test_open.cpp b/examples/Naming/test_open.cpp
index a301bdbb441..104f864da0c 100644
--- a/examples/Naming/test_open.cpp
+++ b/examples/Naming/test_open.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Naming_Context.h"
int
diff --git a/examples/Reactor/FIFO/client.cpp b/examples/Reactor/FIFO/client.cpp
index d323a11126a..2c6b4ef7a7a 100644
--- a/examples/Reactor/FIFO/client.cpp
+++ b/examples/Reactor/FIFO/client.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/FIFO_Send_Msg.h"
int
diff --git a/examples/Reactor/FIFO/server.cpp b/examples/Reactor/FIFO/server.cpp
index 05ef9bd2c67..a040023c94d 100644
--- a/examples/Reactor/FIFO/server.cpp
+++ b/examples/Reactor/FIFO/server.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
#include "ace/Service_Config.h"
#include "ace/FIFO_Recv_Msg.h"
diff --git a/examples/Reactor/Misc/test_signals_1.cpp b/examples/Reactor/Misc/test_signals_1.cpp
index c4f65f912cc..ede1a917fd9 100644
--- a/examples/Reactor/Misc/test_signals_1.cpp
+++ b/examples/Reactor/Misc/test_signals_1.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
// terminate) and signals that aren't handled via the Reactor (which
diff --git a/examples/Registry/test_registry_iterator.cpp b/examples/Registry/test_registry_iterator.cpp
index 73811bd7bc3..9b4bc9b4ea2 100644
--- a/examples/Registry/test_registry_iterator.cpp
+++ b/examples/Registry/test_registry_iterator.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// This example uses the ACE_Registry class to iterator through the
// entries in the predefined registries. The host of iteration can be
// varied through argv[1]. If no host is specified the local host is
diff --git a/examples/Registry/test_registry_update.cpp b/examples/Registry/test_registry_update.cpp
index 5ea097cdbe9..f8f21ab7451 100644
--- a/examples/Registry/test_registry_update.cpp
+++ b/examples/Registry/test_registry_update.cpp
@@ -1,3 +1,5 @@
+// $Id$
+
// Suppose this application belonged to AcmeSoft. AcmeSoft wants to
// keep track of the number of times this application is
// executed. They want two counters: one counts the number of