summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 14:32:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 14:32:58 +0000
commit767ac9600bfca37a8f79e7207593ebfb1d3fb57d (patch)
treef79bfc2489ab659a6517b6af1de375b8f514f9c2
parent54b6de2f99f1c985bba2155d4d5ebfebd911adf0 (diff)
downloadATCD-767ac9600bfca37a8f79e7207593ebfb1d3fb57d.tar.gz
Zapped empty lines
-rw-r--r--CIAO/DAnCE/RepositoryManager/PC_Updater.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/CIAO/DAnCE/RepositoryManager/PC_Updater.cpp b/CIAO/DAnCE/RepositoryManager/PC_Updater.cpp
index 4a809ade506..164a151cd6f 100644
--- a/CIAO/DAnCE/RepositoryManager/PC_Updater.cpp
+++ b/CIAO/DAnCE/RepositoryManager/PC_Updater.cpp
@@ -202,7 +202,7 @@ void PC_Updater::clear_list ()
iter++;
}
const char* location = iad.location[0];
-
+
ACE_ERROR ((LM_ERROR,
"[PC_Updater::update] Unable to update: %s!\n",
location));
@@ -218,28 +218,22 @@ void PC_Updater::clear_list ()
}
// ImplementationRequirement
-
void PC_Updater::update (::Deployment::ImplementationRequirement &)
{
}
// MonolithicImplementationDescription
-
void PC_Updater::update (::Deployment::MonolithicImplementationDescription &mid)
{
update_sequence (mid.primaryArtifact, this);
}
// Capability
-
void PC_Updater::update (::Deployment::Capability &)
{
}
-
-
// ComponentImplementationDescription
-
void PC_Updater::update (::Deployment::ComponentImplementationDescription &cid)
{
update_sequence (cid.assemblyImpl, this);
@@ -247,14 +241,12 @@ void PC_Updater::clear_list ()
}
// PackagedComponentImplementation
-
void PC_Updater::update (::Deployment::PackagedComponentImplementation &pci)
{
PC_Updater::update (pci.referencedImplementation);
}
// ComponentPackageDescription
-
void PC_Updater::update (::Deployment::ComponentPackageDescription &comppkgdesc)
{
update_sequence (comppkgdesc.implementation, this);