summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
blob: 51d58ceb6220364df4947f9fc6714da4cad30a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//$Id$

#include "Pluggable_Messaging.h"

#if !defined (__ACE_INLINE__)
# include "tao/Pluggable_Messaging.i"
#endif /* __ACE_INLINE__ */



//////////////////////////////////////////////////////////////////////////
// Methods for the Pluugable Messaging stuff
/////////////////////////////////////////////////////////////////////////

TAO_Pluggable_Messaging_Interface::~TAO_Pluggable_Messaging_Interface (void)
{
  //no-op
}

TAO_Message_State_Factory::~TAO_Message_State_Factory (void)
{
  //no-op
}