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 | 89f3f7122732136c69862de39067197393dbba5e (patch) | |
tree | 35517b529ea638f592a1224ab1d4009cc6b7b87b /TAO/TAO_IDL/ast/ast_exception.cpp | |
parent | e6a5546e37352da1b3b0e64be4a8c4dac6fb6d22 (diff) | |
download | ATCD-89f3f7122732136c69862de39067197393dbba5e.tar.gz |
Added ACE_RCSID to TAO/TAO_IDL/
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_exception.cpp')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_exception.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp index 5ef44d18cba..0a3e34ff1d0 100644 --- a/TAO/TAO_IDL/ast/ast_exception.cpp +++ b/TAO/TAO_IDL/ast/ast_exception.cpp @@ -75,6 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #include "idl.h" #include "idl_extern.h" +ACE_RCSID(ast, ast_exception, "$Id$") + /* * Constructor(s) and destructor */ |