summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
index a584be7e368..0886f36c0b5 100644
--- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp
@@ -16,6 +16,8 @@
#include "tao/Strategies/SHMIOP_Endpoint.h"
#include "tao/Resume_Handle.h"
#include "tao/Protocols_Hooks.h"
+#include "tao/Protocols_Properties_Protocols_Hooks.h"
+#include "tao/Policy_Protocols_Hooks.h"
#include "ace/os_include/netinet/os_tcp.h"
#include "ace/os_include/os_netdb.h"
@@ -77,8 +79,8 @@ TAO_SHMIOP_Connection_Handler::open (void*)
protocol_properties.no_delay_ =
this->orb_core ()->orb_params ()->nodelay ();
- TAO_Protocols_Hooks *tph =
- this->orb_core ()->get_protocols_hooks ();
+ TAO_Protocols_Properties_Protocols_Hooks *tph =
+ this->orb_core ()->get_protocols_properties_protocols_hooks ();
bool client =
this->transport ()->opened_as () == TAO::TAO_CLIENT_ROLE;;