summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
blob: 005bb238eb3e86f9c7a55ecec3a91deb160bd552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//$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)
{
}