Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Refcounted_ObjectKey.cpp
blob64f765258d5623a7730204693f768b9c17f9fe28
1 // -*- C++ -*-
2 #include "tao/Refcounted_ObjectKey.h"
3 #include "ace/Log_Msg.h"
5 #if !defined (__ACE_INLINE__)
6 #include "tao/Refcounted_ObjectKey.inl"
7 #endif /* defined INLINE */
9 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
11 TAO::Refcounted_ObjectKey::Refcounted_ObjectKey (const TAO::ObjectKey &key)
12 : object_key_ (key)
13 , refcount_ (1)
17 TAO::Refcounted_ObjectKey::~Refcounted_ObjectKey ()
21 TAO_END_VERSIONED_NAMESPACE_DECL