summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Protocols_Hooks.cpp')
-rw-r--r--TAO/tao/Protocols_Hooks.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Protocols_Hooks.cpp b/TAO/tao/Protocols_Hooks.cpp
index 444d92846a6..604e01bf55e 100644
--- a/TAO/tao/Protocols_Hooks.cpp
+++ b/TAO/tao/Protocols_Hooks.cpp
@@ -1,14 +1,12 @@
// $Id$
-#include "tao/Protocols_Hooks.h"
+#include "Protocols_Hooks.h"
#include "ace/Dynamic_Service.h"
ACE_RCSID (tao,
Protocols_Hooks,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_IIOP_Protocol_Properties::TAO_IIOP_Protocol_Properties (void)
: send_buffer_size_ (0),
recv_buffer_size_ (0),
@@ -52,8 +50,8 @@ TAO_SCIOP_Protocol_Properties::TAO_SCIOP_Protocol_Properties (void)
{
}
+/// destructor
TAO_Protocols_Hooks::~TAO_Protocols_Hooks (void)
{
}
-TAO_END_VERSIONED_NAMESPACE_DECL