summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-09-09 11:15:34 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-09-09 11:15:34 +0000
commitde405d2c11b3344cf2843b811f6b5b990edd5d1f (patch)
tree8ebac03ae919c0ee305a64eb298c6200adb2bdeb
parent44504008d74813aff77fa67751ebd78f24ba3fe5 (diff)
downloadATCD-de405d2c11b3344cf2843b811f6b5b990edd5d1f.tar.gz
Thu Sep 9 11:15:16 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* RepositoryManager/RepositoryManager_Impl.cpp: Compile fix.
-rw-r--r--CIAO/DAnCE/ChangeLog6
-rw-r--r--CIAO/DAnCE/RepositoryManager/RepositoryManager_Impl.cpp6
2 files changed, 9 insertions, 3 deletions
diff --git a/CIAO/DAnCE/ChangeLog b/CIAO/DAnCE/ChangeLog
index fd233408f70..57b4ab165a5 100644
--- a/CIAO/DAnCE/ChangeLog
+++ b/CIAO/DAnCE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 9 11:15:16 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * RepositoryManager/RepositoryManager_Impl.cpp:
+
+ Compile fix.
+
Thu Sep 9 00:22:51 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DAnCE_Core.mpc:
diff --git a/CIAO/DAnCE/RepositoryManager/RepositoryManager_Impl.cpp b/CIAO/DAnCE/RepositoryManager/RepositoryManager_Impl.cpp
index 6f898ae0463..b57d14a837e 100644
--- a/CIAO/DAnCE/RepositoryManager/RepositoryManager_Impl.cpp
+++ b/CIAO/DAnCE/RepositoryManager/RepositoryManager_Impl.cpp
@@ -143,10 +143,10 @@ namespace DAnCE
DANCE_ERROR (1, (LM_ERROR, "Failed to add the type\n"));
}
- CIAO::Config_Handlers::XML_Helper::
+ DAnCE::Config_Handlers::XML_Helper::
XML_HELPER.get_resolver ().get_resolver ().add_path (ACE_TEXT ("DANCE_ROOT"),
ACE_TEXT ("/docs/schema/"));
- CIAO::Config_Handlers::XML_Helper::
+ DAnCE::Config_Handlers::XML_Helper::
XML_HELPER.get_resolver ().get_resolver ().add_path (ACE_TEXT ("CIAO_ROOT"),
ACE_TEXT ("/docs/schema/"));
@@ -951,7 +951,7 @@ namespace DAnCE
//parse the PCD to make sure that there are no package errors
try
{
- CIAO::Config_Handlers::Packaging::PCD_Handler::package_config (pc_name, *pc);
+ DAnCE::Config_Handlers::Packaging::PCD_Handler::package_config (pc_name, *pc);
}
catch (...)
{