diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 17:40:05 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-03 17:40:05 +0000 |
commit | 7bbe8da4ca7eea93cf103d52013460975a05a2c3 (patch) | |
tree | 35517b529ea638f592a1224ab1d4009cc6b7b87b /TAO/TAO_IDL/ast/ast_sequence.cpp | |
parent | e6c35b624eaf79da7ba53123c9461d9c59a81e12 (diff) | |
download | ATCD-7bbe8da4ca7eea93cf103d52013460975a05a2c3.tar.gz |
Added ACE_RCSID to TAO/TAO_IDL/
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_sequence.cpp')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_sequence.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_sequence.cpp b/TAO/TAO_IDL/ast/ast_sequence.cpp index 276cc31a137..ca23b86dc49 100644 --- a/TAO/TAO_IDL/ast/ast_sequence.cpp +++ b/TAO/TAO_IDL/ast/ast_sequence.cpp @@ -77,6 +77,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #include "idl.h" #include "idl_extern.h" +ACE_RCSID(ast, ast_sequence, "$Id$") + /* * Constructor(s) and destructor */ |