summaryrefslogtreecommitdiff
path: root/examples/Registry
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 22:55:22 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-31 22:55:22 +0000
commit551a94446aa93c7c20d4f9da9bb94f78405103be (patch)
tree7774cf0fef5bbe805a0e0817bb55ff8ad5489c7f /examples/Registry
parentaad27112435cdf14857ae35e05717c10533e0229 (diff)
downloadATCD-551a94446aa93c7c20d4f9da9bb94f78405103be.tar.gz
Added ACE_RCSID to examples/
Diffstat (limited to 'examples/Registry')
-rw-r--r--examples/Registry/test_registry_iterator.cpp3
-rw-r--r--examples/Registry/test_registry_update.cpp2
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/Registry/test_registry_iterator.cpp b/examples/Registry/test_registry_iterator.cpp
index da3e89344e7..7794a02e42f 100644
--- a/examples/Registry/test_registry_iterator.cpp
+++ b/examples/Registry/test_registry_iterator.cpp
@@ -7,10 +7,11 @@
//
// This examples points the cool iterators in ACE_Registry
-
#include "ace/Registry.h"
#include "ace/streams.h"
+ACE_RCSID(Registry, test_registry_iterator, "$Id$")
+
// Indentation while printing names
static const u_long INDENTATION_LEVEL = 3;
diff --git a/examples/Registry/test_registry_update.cpp b/examples/Registry/test_registry_update.cpp
index e45a2e7f051..88c6aff96f5 100644
--- a/examples/Registry/test_registry_update.cpp
+++ b/examples/Registry/test_registry_update.cpp
@@ -16,6 +16,8 @@
#include "ace/Registry.h"
#include "ace/streams.h"
+ACE_RCSID(Registry, test_registry_update, "$Id$")
+
// Name for application's naming context
static ACE_Registry::Name application_context_name;