diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 14:28:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-13 14:28:14 +0000 |
commit | e1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf (patch) | |
tree | fd01e1dec72cc5ffe24c6ba20bed342da9b4139a /examples/Registry | |
parent | a233ecd98b69fbfb9a18a2c3cc3826084a44ce38 (diff) | |
download | ATCD-e1e1f01c0e8fafbbb65982090dbf3dc8a8ce51cf.tar.gz |
inserted RCS keyword string
Diffstat (limited to 'examples/Registry')
-rw-r--r-- | examples/Registry/test_registry_iterator.cpp | 2 | ||||
-rw-r--r-- | examples/Registry/test_registry_update.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
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 |