summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-30 21:19:21 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-30 21:19:21 +0000
commit4be020c437576cb7761a5f8da3a3d0d3366e7551 (patch)
tree78a4d208af815cb4927a7e9499a048a044a0c05a
parent4a8af2d50cb65bc1d4c8451799b8cad59e1b52ce (diff)
downloadATCD-4be020c437576cb7761a5f8da3a3d0d3366e7551.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.cpp2
-rw-r--r--TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp6
-rw-r--r--TAO/CIAO/DAnCE/ciao/Servant_Impl_Base.cpp3
-rw-r--r--TAO/CIAO/DAnCE/examples/Hello/Sender/Sender_svnt.cpp.with-connections3
4 files changed, 2 insertions, 12 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.cpp b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.cpp
index fbdcfbe43ef..6d44811b457 100644
--- a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.cpp
+++ b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.cpp
@@ -95,8 +95,6 @@ namespace CIAO
this->home_servant_,
this->container_);
- ACE_DEBUG ((LM_DEBUG, "created the servant and activated\n"));
-
if (component_removed_ == 1)
{
// svt->ciao_preactivate ();
diff --git a/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp b/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
index 4239ef56443..e101edcea8e 100644
--- a/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
+++ b/TAO/CIAO/DAnCE/ciao/NodeApplication_Impl.cpp
@@ -22,7 +22,6 @@ CIAO::NodeApplication_Impl::finishLaunch (
{
ACE_TRY
{
- ACE_DEBUG ((LM_DEBUG, "calling finish launch\n"));
const CORBA::ULong length = providedReference.length ();
// For every connection struct we finish the connection.
@@ -209,8 +208,6 @@ CIAO::NodeApplication_Impl::install (
comp = kh->create_component (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
- ACE_DEBUG ((LM_DEBUG, "created the component\n"));
-
if (this->component_map_.bind (impl_infos[i].component_instance_name.in (),
Components::CCMObject::_duplicate (comp.in ())))
ACE_TRY_THROW (Deployment::InstallationFailure ());
@@ -221,8 +218,6 @@ CIAO::NodeApplication_Impl::install (
(*retv)[i].component_ref = Components::CCMObject::_duplicate (comp.in ());
- ACE_DEBUG ((LM_DEBUG, "got the comp ref\n"));
-
// Deal with Component instance related Properties.
// Now I am only concerning about the COMPOENTIOR and here is only
// the hardcoded version of the configuration. Hopefully we will
@@ -256,7 +251,6 @@ CIAO::NodeApplication_Impl::install (
}
}
- ACE_DEBUG ((LM_DEBUG, "done with install\n"));
}
}
ACE_CATCHANY
diff --git a/TAO/CIAO/DAnCE/ciao/Servant_Impl_Base.cpp b/TAO/CIAO/DAnCE/ciao/Servant_Impl_Base.cpp
index 0a6391bfac9..e21075b6bab 100644
--- a/TAO/CIAO/DAnCE/ciao/Servant_Impl_Base.cpp
+++ b/TAO/CIAO/DAnCE/ciao/Servant_Impl_Base.cpp
@@ -65,6 +65,7 @@ namespace CIAO
ACE_THROW_SPEC ((CORBA::SystemException,
Components::RemoveFailure))
{
+ ACE_DEBUG ((LM_DEBUG, "i am being called to remove\n"));
Components::SessionComponent_var temp = this->get_executor ();
temp->ccm_passivate (ACE_ENV_SINGLE_ARG_PARAMETER);
@@ -79,6 +80,7 @@ namespace CIAO
this->container_->uninstall_component ( ccmobjref.in (),
oid.out ()
ACE_ENV_ARG_PARAMETER);
+ ACE_DEBUG ((LM_DEBUG, "uninstalled the component\n"));
this->home_servant_->update_component_map (oid);
}
@@ -229,7 +231,6 @@ namespace CIAO
ACE_THROW_SPEC ((CORBA::SystemException))
{
- ACE_DEBUG ((LM_DEBUG, "BEING CALLED\n"));
::Components::ConsumerDescriptions *tmp = 0;
ACE_NEW_THROW_EX (tmp,
::Components::ConsumerDescriptions (this->consumer_table_.current_size ()),
diff --git a/TAO/CIAO/DAnCE/examples/Hello/Sender/Sender_svnt.cpp.with-connections b/TAO/CIAO/DAnCE/examples/Hello/Sender/Sender_svnt.cpp.with-connections
index beb105e851b..01be09245db 100644
--- a/TAO/CIAO/DAnCE/examples/Hello/Sender/Sender_svnt.cpp.with-connections
+++ b/TAO/CIAO/DAnCE/examples/Hello/Sender/Sender_svnt.cpp.with-connections
@@ -247,7 +247,6 @@ namespace Sender_Impl
::CORBA::SystemException,
::Components::ExceededConnectionLimit))
{
- ACE_DEBUG ((LM_DEBUG, " calling subscribe_click_out\n"));
if (CORBA::is_nil (c))
{
ACE_THROW_RETURN (CORBA::BAD_PARAM (), 0);
@@ -648,10 +647,8 @@ namespace Sender_Impl
::Components::InvalidConnection,
::Components::ExceededConnectionLimit))
{
- ACE_DEBUG ((LM_DEBUG, "calling subscribe\n"));
if (this->is_activated () == 0)
{
- ACE_DEBUG ((LM_DEBUG, "activating the servant\n"));
this->ciao_preactivate (
ACE_ENV_SINGLE_ARG_PARAMETER);