diff options
Diffstat (limited to 'examples/CORBA')
-rw-r--r-- | examples/CORBA/Test_i.cpp | 2 | ||||
-rw-r--r-- | examples/CORBA/Test_i.h | 2 | ||||
-rw-r--r-- | examples/CORBA/client.cpp | 2 | ||||
-rw-r--r-- | examples/CORBA/server.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/CORBA/Test_i.cpp b/examples/CORBA/Test_i.cpp index 2f7c4301470..e665287d142 100644 --- a/examples/CORBA/Test_i.cpp +++ b/examples/CORBA/Test_i.cpp @@ -1,5 +1,5 @@ #include "Test_i.h" -// @(#)Test_i.cpp 1.1 10/18/96 +// $Id$ void diff --git a/examples/CORBA/Test_i.h b/examples/CORBA/Test_i.h index 1e8b8c471bd..dd1e617d1f6 100644 --- a/examples/CORBA/Test_i.h +++ b/examples/CORBA/Test_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Test_i.h 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "Test.hh" diff --git a/examples/CORBA/client.cpp b/examples/CORBA/client.cpp index 8538bcc2eda..e09b5fd5557 100644 --- a/examples/CORBA/client.cpp +++ b/examples/CORBA/client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)client.cpp 1.1 10/18/96 +// $Id$ #include "Test.hh" diff --git a/examples/CORBA/server.cpp b/examples/CORBA/server.cpp index 89cccefcee8..ff07fe26849 100644 --- a/examples/CORBA/server.cpp +++ b/examples/CORBA/server.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)server.cpp 1.1 10/18/96 +// $Id$ #include "ace/CORBA_Handler.h" #include "Test_i.h" |