summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-03-20 01:58:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-03-20 01:58:53 +0000
commit29cba872c098d9774e5ea46957cb17af75e98dfb (patch)
tree8e76bc5ecbe02375c522a6f8933bbc21edec6e55 /TAO/tao/Pluggable_Messaging.cpp
parent9d4b05a6b8ee3342f4ef226d8250e7d9c00d3da2 (diff)
downloadATCD-29cba872c098d9774e5ea46957cb17af75e98dfb.tar.gz
ChangeLogTag: Sun Mar 19 19:22:34 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp
index 5a3f79b2411..45d41b20894 100644
--- a/TAO/tao/Pluggable_Messaging.cpp
+++ b/TAO/tao/Pluggable_Messaging.cpp
@@ -2,29 +2,29 @@
#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$")
//////////////////////////////////////////////////////////////////////////
// Methods for the Pluugable Messaging stuff
/////////////////////////////////////////////////////////////////////////
-TAO_Pluggable_Messaging_Interface::~TAO_Pluggable_Messaging_Interface (void)
+TAO_Pluggable_Messaging::~TAO_Pluggable_Messaging (void)
{
//no-op
}
int
-TAO_Pluggable_Messaging_Interface::
- transport_message (TAO_Transport *transport,
- TAO_OutputCDR &stream,
- int two_way,
- TAO_Stub *stub,
- ACE_Time_Value *max_wait_time)
+TAO_Pluggable_Messaging:: transport_message (TAO_Transport *transport,
+ TAO_OutputCDR &stream,
+ int two_way,
+ TAO_Stub *stub,
+ ACE_Time_Value *max_wait_time)
{
// Strictly speaking, should not need to loop here because the
// socket never gets set to a nonblocking mode ... some Linux