diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:44:26 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:44:26 +0000 |
commit | fe7fd971374ebd99ca4007927e07656c89afbd2c (patch) | |
tree | caee2c60d8d7773b8103f50fd26ce990718abac2 /TAO/tests/Bug_1482_Regression/Hello.cpp | |
parent | 6da6a5a3ddf69472767335eb14a6dd72003d2544 (diff) | |
download | ATCD-fe7fd971374ebd99ca4007927e07656c89afbd2c.tar.gz |
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp:
Removed RCS_ID
Diffstat (limited to 'TAO/tests/Bug_1482_Regression/Hello.cpp')
-rw-r--r-- | TAO/tests/Bug_1482_Regression/Hello.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/Bug_1482_Regression/Hello.cpp b/TAO/tests/Bug_1482_Regression/Hello.cpp index c08ad59c653..563dbc2c577 100644 --- a/TAO/tests/Bug_1482_Regression/Hello.cpp +++ b/TAO/tests/Bug_1482_Regression/Hello.cpp @@ -4,12 +4,6 @@ #include "Hello.h" #include "ace/ACE.h" - -ACE_RCSID (Bug_1482_Regression, - Hello, - "$Id$") - - Hello::Hello (CORBA::ORB_ptr orb) : orb_ (CORBA::ORB::_duplicate (orb)) , mutex_ () |