summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging.cpp21
1 files changed, 6 insertions, 15 deletions
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp
index 8d3ef8f54b2..e5e99dd9dc9 100644
--- a/TAO/tao/Pluggable_Messaging.cpp
+++ b/TAO/tao/Pluggable_Messaging.cpp
@@ -1,6 +1,8 @@
-#include "Pluggable_Messaging.h"
//$Id$
-#if defined (__ACE_INLINE__)
+
+#include "Pluggable_Messaging.h"
+
+#if !defined (__ACE_INLINE__)
# include "tao/Pluggable_Messaging.i"
#endif /* __ACE_INLINE__ */
@@ -10,25 +12,14 @@
// Methods for the Pluugable Messaging stuff
/////////////////////////////////////////////////////////////////////////
-TAO_Pluggable_Client_Message_Factory::TAO_Pluggable_Client_Message_Factory (void)
-{
- //no-op
-}
-
-
TAO_Pluggable_Client_Message_Factory::~TAO_Pluggable_Client_Message_Factory (void)
{
- //no-op
}
-TAO_Pluggable_Server_Message_Factory::TAO_Pluggable_Server_Message_Factory (void)
+TAO_Pluggable_Server_Message_Factory::~TAO_Pluggable_Server_Message_Factory (void)
{
- //no-op
}
-
-TAO_Pluggable_Server_Message_Factory::~TAO_Pluggable_Server_Message_Factory (void)
+TAO_Message_State_Factory::~TAO_Message_State_Factory (void)
{
- //no-op
}
-