summaryrefslogtreecommitdiff
path: root/TAO/tao/MessagingS.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-21 18:23:56 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-21 18:23:56 +0000
commit4c37a2e752d91872a9ecb9067e882737e029b8dc (patch)
treede52b8be91cbb7b5dba5d617eae6f09c0fba9100 /TAO/tao/MessagingS.cpp
parent9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7 (diff)
downloadATCD-4c37a2e752d91872a9ecb9067e882737e029b8dc.tar.gz
ChangeLogTag: Thu Oct 21 13:14:59 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MessagingS.cpp')
-rw-r--r--TAO/tao/MessagingS.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/tao/MessagingS.cpp b/TAO/tao/MessagingS.cpp
index 90cd3c2fce9..b17b9dfbe27 100644
--- a/TAO/tao/MessagingS.cpp
+++ b/TAO/tao/MessagingS.cpp
@@ -21,7 +21,7 @@
#include "tao/Object_Adapter.h"
#if !defined (__ACE_INLINE__)
-#include "MessagingS.i"
+#include "tao/MessagingS.i"
#endif /* !defined INLINE */
ACE_RCSID(tao, MessagingS, "$Id$")
@@ -1613,7 +1613,7 @@ Messaging::ReplyHandler_ptr _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Fac
)
{
TAO_Stub *stub = obj->_stubobj ();
-
+
switch (stub->servant_orb_var ()->orb_core ()->get_collocation_strategy ())
{
case TAO_ORB_Core::THRU_POA:
@@ -1651,14 +1651,14 @@ Messaging::ReplyHandler_ptr _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Fac
int _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory_Initializer (long dummy)
{
ACE_UNUSED_ARG (dummy);
-
- _TAO_collocation_Messaging_ReplyHandler_Stub_Factory_function_pointer =
+
+ _TAO_collocation_Messaging_ReplyHandler_Stub_Factory_function_pointer =
_TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory;
-
+
return 0;
}
-static int _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory_Initializer_Scarecrow =
+static int _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory_Initializer_Scarecrow =
_TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory_Initializer (ACE_reinterpret_cast (long, _TAO_collocation_POA_Messaging_ReplyHandler_Stub_Factory_Initializer));
// skeleton constructor
@@ -1678,7 +1678,7 @@ POA_Messaging::ReplyHandler::~ReplyHandler (void)
}
void POA_Messaging::ReplyHandler::_is_a_skel (
- CORBA::ServerRequest &_tao_server_request,
+ CORBA::ServerRequest &_tao_server_request,
void * _tao_object_reference,
void * /* context */,
CORBA::Environment &ACE_TRY_ENV
@@ -1690,10 +1690,10 @@ void POA_Messaging::ReplyHandler::_is_a_skel (
CORBA::String_var value;
if (!((_tao_in >> value.out ())))
ACE_THROW (CORBA::MARSHAL ());
-
+
_tao_retval = _tao_impl->_is_a (value.in (), ACE_TRY_ENV);
ACE_CHECK;
-
+
_tao_server_request.init_reply (ACE_TRY_ENV);
ACE_CHECK;
TAO_OutputCDR &_tao_out = _tao_server_request.outgoing ();
@@ -1702,7 +1702,7 @@ void POA_Messaging::ReplyHandler::_is_a_skel (
}
void POA_Messaging::ReplyHandler::_non_existent_skel (
- CORBA::ServerRequest &_tao_server_request,
+ CORBA::ServerRequest &_tao_server_request,
void * _tao_object_reference,
void * /* context */,
CORBA::Environment &ACE_TRY_ENV
@@ -1711,7 +1711,7 @@ void POA_Messaging::ReplyHandler::_non_existent_skel (
POA_Messaging::ReplyHandler *_tao_impl = (POA_Messaging::ReplyHandler *) _tao_object_reference;
CORBA::Boolean _tao_retval = _tao_impl->_non_existent (ACE_TRY_ENV);
ACE_CHECK;
-
+
_tao_server_request.init_reply (ACE_TRY_ENV);
ACE_CHECK;
TAO_OutputCDR &_tao_out = _tao_server_request.outgoing ();