diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-01 01:40:30 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-01 01:40:30 +0000 |
commit | 00a06ede6b466be1c5b15f65edba08bd0e604b83 (patch) | |
tree | bbba152626c53f24bb9661c597c223aef649b3ec /TAO/tao/Operation_Table.cpp | |
parent | ccca5d95b93ff8e1e51f1aa36da43543844e4ff7 (diff) | |
download | ATCD-00a06ede6b466be1c5b15f65edba08bd0e604b83.tar.gz |
Added ACE_RCSID to TAO/tao/
Diffstat (limited to 'TAO/tao/Operation_Table.cpp')
-rw-r--r-- | TAO/tao/Operation_Table.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Operation_Table.cpp b/TAO/tao/Operation_Table.cpp index 91e26e4f74b..4c9d74b5dc4 100644 --- a/TAO/tao/Operation_Table.cpp +++ b/TAO/tao/Operation_Table.cpp @@ -1,6 +1,8 @@ // $Id$ #include "tao/corba.h" +ACE_RCSID(tao, Operation_Table, "$Id$") + // destructor TAO_Operation_Table::~TAO_Operation_Table (void) { |