summaryrefslogtreecommitdiff
path: root/ace/Typed_SV_Message.cpp
blob: 252963321200bf55c872b065f1ba37baa26fe026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Typed_SV_Message.cpp
// $Id$

#ifndef ACE_TYPED_SV_MESSAGE_C
#define ACE_TYPED_SV_MESSAGE_C
#define ACE_BUILD_DLL
#include "ace/Typed_SV_Message.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#if !defined (__ACE_INLINE__)
#include "ace/Typed_SV_Message.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID(ace, Typed_SV_Message, "$Id$")

ACE_ALLOC_HOOK_DEFINE(ACE_Typed_SV_Message)

template <class T> void
ACE_Typed_SV_Message<T>::dump (void) const
{
  ACE_TRACE ("ACE_Typed_SV_Message<T>::dump");
}

#endif /* ACE_TYPED_SV_MESSAGE_C */