diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 17:05:51 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 17:05:51 +0100 |
commit | 3a0d034996ef1662a992a326c17c3276ee01adf3 (patch) | |
tree | 67d3b03b56b312e6b32713c6162c1d40e5bbf6a9 /TAO/orbsvcs/DevGuideExamples/ImplRepo | |
parent | 50517b9abbf37901d67d56add9dc7db4bd1e9e10 (diff) | |
download | ATCD-3a0d034996ef1662a992a326c17c3276ee01adf3.tar.gz |
TAO replacements
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples/ImplRepo')
-rw-r--r-- | TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp b/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp index a746abca6a0..cad9543fb1c 100644 --- a/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp +++ b/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.cpp @@ -1,4 +1,4 @@ -/* -*- C++ -*- $Id$ */ +/* -*- C++ -*- */ // ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* // TAO and the TAO IDL Compiler have been developed by the Center for diff --git a/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h b/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h index 3580f0eac6d..64dc97e2741 100644 --- a/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h +++ b/TAO/orbsvcs/DevGuideExamples/ImplRepo/Messenger_i.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- $Id$ */ +/* -*- C++ -*- */ // ****** Code generated by the The ACE ORB (TAO) IDL Compiler ******* // TAO and the TAO IDL Compiler have been developed by the Center for |