summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_constant
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 17:40:05 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-03 17:40:05 +0000
commit7bbe8da4ca7eea93cf103d52013460975a05a2c3 (patch)
tree35517b529ea638f592a1224ab1d4009cc6b7b87b /TAO/TAO_IDL/be/be_visitor_constant
parente6c35b624eaf79da7ba53123c9461d9c59a81e12 (diff)
downloadATCD-7bbe8da4ca7eea93cf103d52013460975a05a2c3.tar.gz
Added ACE_RCSID to TAO/TAO_IDL/
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_constant')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp3
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
index 73e7af87f9d..5f38c6e62fc 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_constant.h"
+ACE_RCSID(be_visitor_constant, constant_ch, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Constant type
// This one for the client header file
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
index add132a9357..2f40e9fbbf9 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
@@ -24,6 +24,9 @@
#include "be_visitor_constant.h"
+ACE_RCSID(be_visitor_constant, constant_cs, "$Id$")
+
+
// ********************************************************************
// Visitor implementation for the Constant type
// This one for the client stubs file