summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp')
-rw-r--r--TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp b/TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp
index e4f4691c9b1..d91539ae57a 100644
--- a/TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp
+++ b/TAO/CIAO/examples/Swapping/Receiver/Receiver_exec.cpp
@@ -50,7 +50,7 @@ namespace CIDL_Receiver_Impl
"Receiver - Informed by the Sender \n"));
Hello::ReadMessage_var rev
- = this->context_->get_connection_read_message
+ = this->context_->get_connection_read_message
(ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
@@ -173,17 +173,17 @@ namespace CIDL_Receiver_Impl
Components::CCMException))
{
Components::EnterpriseComponent_ptr tmp;
-
+
ACE_NEW_THROW_EX (tmp,
ReceiverSwap_exec_i,
CORBA::NO_MEMORY ());
-
- /*
+
+ /*
ACE_NEW_THROW_EX (tmp,
Receiver_exec_i,
CORBA::NO_MEMORY ());
*/
-
+
return tmp;
}