blob: 4ff978789cf05cd1edd5439446e04e4f57d23fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// $Id$
#include "tao/Pluggable_Messaging.h"
#if !defined (__ACE_INLINE__)
# include "tao/Pluggable_Messaging.i"
#endif /* __ACE_INLINE__ */
ACE_RCSID(tao, Pluggable_Messaging, "$Id$")
TAO_Pluggable_Messaging::~TAO_Pluggable_Messaging (void)
{
}
|