Files
azerothcore-wotlk/deps/acelite/ace/Cleanup.inl
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

28 lines
402 B
C++

// -*- C++ -*-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
ACE_Cleanup::ACE_Cleanup (void)
{
}
ACE_INLINE void*
ACE_Cleanup_Info_Node::object(void)
{
return this->object_;
}
ACE_INLINE ACE_CLEANUP_FUNC
ACE_Cleanup_Info_Node::cleanup_hook (void)
{
return this->cleanup_hook_;
}
ACE_INLINE void *
ACE_Cleanup_Info_Node::param (void)
{
return this->param_;
}
ACE_END_VERSIONED_NAMESPACE_DECL