summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
blob: 0748ca31bf08987b6908c83c0e599d3e6d206c4e (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 "tao/Pluggable_Messaging.h"
#include "tao/debug.h"
#include "tao/Pluggable.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)
{

}

int
TAO_Pluggable_Messaging::more_messages (void)
{
  ACE_NOTSUP_RETURN (-1);
}