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.cpp23
1 files changed, 7 insertions, 16 deletions
diff --git a/TAO/tao/Protocols_Hooks.cpp b/TAO/tao/Protocols_Hooks.cpp
index fe6aee07028..604e01bf55e 100644
--- a/TAO/tao/Protocols_Hooks.cpp
+++ b/TAO/tao/Protocols_Hooks.cpp
@@ -3,8 +3,8 @@
#include "Protocols_Hooks.h"
#include "ace/Dynamic_Service.h"
-ACE_RCSID (tao,
- Protocols_Hooks,
+ACE_RCSID (tao,
+ Protocols_Hooks,
"$Id$")
TAO_IIOP_Protocol_Properties::TAO_IIOP_Protocol_Properties (void)
@@ -16,13 +16,13 @@ TAO_IIOP_Protocol_Properties::TAO_IIOP_Protocol_Properties (void)
enable_network_priority_ (0)
{
}
-
+
TAO_UIOP_Protocol_Properties::TAO_UIOP_Protocol_Properties (void)
: send_buffer_size_ (0),
recv_buffer_size_ (0)
{
}
-
+
TAO_SHMIOP_Protocol_Properties::TAO_SHMIOP_Protocol_Properties (void)
: send_buffer_size_ (0),
recv_buffer_size_ (0),
@@ -34,12 +34,12 @@ TAO_SHMIOP_Protocol_Properties::TAO_SHMIOP_Protocol_Properties (void)
mmap_lockname_ ()
{
}
-
+
TAO_DIOP_Protocol_Properties::TAO_DIOP_Protocol_Properties (void)
: enable_network_priority_ (0)
{
}
-
+
TAO_SCIOP_Protocol_Properties::TAO_SCIOP_Protocol_Properties (void)
: send_buffer_size_ (0),
recv_buffer_size_ (0),
@@ -49,18 +49,9 @@ TAO_SCIOP_Protocol_Properties::TAO_SCIOP_Protocol_Properties (void)
enable_network_priority_ (0)
{
}
-
+
/// destructor
TAO_Protocols_Hooks::~TAO_Protocols_Hooks (void)
{
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<TAO_Protocols_Hooks>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<TAO_Protocols_Hooks>
-
-#endif