Typed_SV_Message.cpp

Go to the documentation of this file.
00001 // Typed_SV_Message.cpp,v 4.6 2005/10/28 23:55:10 ossama Exp
00002 
00003 #ifndef ACE_TYPED_SV_MESSAGE_CPP
00004 #define ACE_TYPED_SV_MESSAGE_CPP
00005 
00006 #include "ace/Typed_SV_Message.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/Typed_SV_Message.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 ACE_ALLOC_HOOK_DEFINE(ACE_Typed_SV_Message)
00019 
00020 template <class T> void
00021 ACE_Typed_SV_Message<T>::dump (void) const
00022 {
00023 #if defined (ACE_HAS_DUMP)
00024   ACE_TRACE ("ACE_Typed_SV_Message<T>::dump");
00025 #endif /* ACE_HAS_DUMP */
00026 }
00027 
00028 ACE_END_VERSIONED_NAMESPACE_DECL
00029 
00030 #endif /* ACE_TYPED_SV_MESSAGE_CPP */

Generated on Thu Nov 9 09:42:08 2006 for ACE by doxygen 1.3.6