From c44379cc7d9c7aa113989237ab0f56db12aa5219 Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 15:50:30 +0000 Subject: Repo restructuring --- ACE/ace/Managed_Object.inl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ACE/ace/Managed_Object.inl (limited to 'ACE/ace/Managed_Object.inl') diff --git a/ACE/ace/Managed_Object.inl b/ACE/ace/Managed_Object.inl new file mode 100644 index 00000000000..0619691d8a6 --- /dev/null +++ b/ACE/ace/Managed_Object.inl @@ -0,0 +1,23 @@ +// -*- C++ -*- +// +// $Id$ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +template +ACE_INLINE +ACE_Cleanup_Adapter::ACE_Cleanup_Adapter (void) + // Note: don't explicitly initialize "object_", because TYPE may not + // have a default constructor. Let the compiler figure it out . . . +{ +} + +template +ACE_INLINE +TYPE & +ACE_Cleanup_Adapter::object (void) +{ + return this->object_; +} + +ACE_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.1