diff options
Diffstat (limited to 'TAO/tao/DynAnyC.cpp')
-rw-r--r-- | TAO/tao/DynAnyC.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/DynAnyC.cpp b/TAO/tao/DynAnyC.cpp index f4140e06ee7..5fb4f2e1da1 100644 --- a/TAO/tao/DynAnyC.cpp +++ b/TAO/tao/DynAnyC.cpp @@ -35,6 +35,8 @@ #include "DynAnyC.i" #endif /* !defined INLINE */ +ACE_RCSID(tao, DynAnyC, "$Id$") + CORBA_DynAny_ptr CORBA_DynAny::_duplicate (CORBA_DynAny_ptr obj) { if (!CORBA::is_nil (obj)) |