blob: 0b5ca334c382d087f397810802fb60112a8d04c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// $Id$
#include "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)
{
}
|