summaryrefslogtreecommitdiff
path: root/ACE/ace/Cleanup.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-12-03 07:57:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-12-03 07:57:38 +0000
commite1eb83702cfe1ebc7f7a5474449b336bc897907f (patch)
tree57616aae5ae0379bae7d22cc360fcbde9da4972b /ACE/ace/Cleanup.inl
parent2930d7f4c50193600731490afcbb004465c26640 (diff)
downloadATCD-e1eb83702cfe1ebc7f7a5474449b336bc897907f.tar.gz
Wed Dec 3 07:55:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Cleanup.inl')
-rw-r--r--ACE/ace/Cleanup.inl18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/ace/Cleanup.inl b/ACE/ace/Cleanup.inl
index 02d3c223f8d..2f3410a1ebb 100644
--- a/ACE/ace/Cleanup.inl
+++ b/ACE/ace/Cleanup.inl
@@ -9,4 +9,22 @@ 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