00001
00002
00003
00004 #ifndef ACE_TYPED_SV_MESSAGE_C
00005 #define ACE_TYPED_SV_MESSAGE_C
00006 #include "ace/Typed_SV_Message.h"
00007
00008 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00009 # pragma once
00010 #endif
00011
00012 #if !defined (__ACE_INLINE__)
00013 #include "ace/Typed_SV_Message.i"
00014 #endif
00015
00016 ACE_RCSID(ace, Typed_SV_Message, "$Id: Typed_SV_Message.cpp,v 1.1.1.3 2001/12/04 14:33:11 chad Exp $")
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 ACE_TRACE ("ACE_Typed_SV_Message<T>::dump");
00024 }
00025
00026 #endif