Intrusive_List_Node.cpp

Go to the documentation of this file.
00001 // $Id: Intrusive_List_Node.cpp 80826 2008-03-04 14:51:23Z wotte $
00002 
00003 #ifndef ACE_INTRUSIVE_LIST_NODE_CPP
00004 #define ACE_INTRUSIVE_LIST_NODE_CPP
00005 
00006 #include "ace/Intrusive_List_Node.h"
00007 
00008 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00009 # pragma once
00010 #endif /* ACE_LACKS_PRAGMA_ONCE */
00011 
00012 #if !defined (__ACE_INLINE__)
00013 #include "ace/Intrusive_List_Node.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 template<class T>
00019 ACE_Intrusive_List_Node<T>::ACE_Intrusive_List_Node (void)
00020   : prev_ (0)
00021   , next_ (0)
00022 {
00023 }
00024 
00025 ACE_END_VERSIONED_NAMESPACE_DECL
00026 
00027 #endif /* ACE_INTRUSIVE_LIST_NODE_CPP */

Generated on Tue Feb 2 17:18:40 2010 for ACE by  doxygen 1.4.7