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/Object.cpp | |
parent | ccca5d95b93ff8e1e51f1aa36da43543844e4ff7 (diff) | |
download | ATCD-00a06ede6b466be1c5b15f65edba08bd0e604b83.tar.gz |
Added ACE_RCSID to TAO/tao/
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r-- | TAO/tao/Object.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp index a7c846c826d..d0fb8362d17 100644 --- a/TAO/tao/Object.cpp +++ b/TAO/tao/Object.cpp @@ -11,6 +11,8 @@ # include "tao/Object.i" #endif /* ! __ACE_INLINE__ */ +ACE_RCSID(tao, Object, "$Id$") + CORBA_Object::~CORBA_Object (void) { this->protocol_proxy_->_decr_refcnt (); |