summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp')
-rw-r--r--modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp b/modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp
index a0fa16bab6f..b4cf296368f 100644
--- a/modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp
+++ b/modules/CIAO/connectors/AMI_CCM/AMI/AMI_MyInterface_i.cpp
@@ -23,7 +23,7 @@ namespace CCM_CORBA_AMI_MyInterface_Impl
{
printf ("AMI CORBA :\tMyInterface Reply Handler::do_something_with_something\n");
interface_callback_->do_something_with_something_callback_handler (result);
- //this->_remove_ref ();
+ this->_remove_ref ();
}
void
@@ -56,7 +56,7 @@ namespace CCM_CORBA_AMI_MyInterface_Impl
{
ex._tao_print_exception ("ERROR (FOO) :\tCaught the WRONG exception:");
}
- //this->_remove_ref ();
+ this->_remove_ref ();
}
//============================================================