summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-04-10 23:44:56 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-04-10 23:44:56 +0000
commitbb6f8640ae6807645b4d3aa0a3584d88fc2d8aaa (patch)
tree27a0a9b3666e26bc74c0bd838e6cf0ad2cc04db1
parentd5d80e40bf098d0b08a009707fbf6027dcf83fce (diff)
downloadATCD-bb6f8640ae6807645b4d3aa0a3584d88fc2d8aaa.tar.gz
Sun Apr 10 18:44:22 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog10
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.cpp10
2 files changed, 15 insertions, 5 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 864fdd480f5..1f40106fb13 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,13 @@
+Sun Apr 10 18:44:22 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
+ * DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
+ * DAnCE/Config_Handlers/ccd.cpp
+ * DAnCE/Config_Handlers/ccd.hpp
+
+ Regenerated the handlers to reflect the changes in the previous
+ commit.
+
Sat Apr 09 18:35:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
* docs/schema/Basic_Deployment_Data.xsd
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.cpp b/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
index 7fd2d439843..67ff39cbe45 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/Basic_Deployment_Data.cpp
@@ -4859,7 +4859,7 @@ namespace CIAO
TCKind::
TCKind (::XSCRT::XML::Element< ACE_TCHAR > const& e)
- : XSCRT::Type (e)
+ : ::XSCRT::Type (e)
{
::std::basic_string< ACE_TCHAR > v (e.value ());
@@ -4907,7 +4907,7 @@ namespace CIAO
TCKind::
TCKind (::XSCRT::XML::Attribute< ACE_TCHAR > const& a)
- : ::XSCRT::Type (a)
+ : Type (a)
{
::std::basic_string< ACE_TCHAR > v (a.value ());
@@ -5256,7 +5256,7 @@ namespace CIAO
SatisfierPropertyKind::
SatisfierPropertyKind (::XSCRT::XML::Attribute< ACE_TCHAR > const& a)
- : ::XSCRT::Type (a)
+ : Type (a)
{
::std::basic_string< ACE_TCHAR > v (a.value ());
@@ -5644,7 +5644,7 @@ namespace CIAO
ResourceUsageKind::
ResourceUsageKind (::XSCRT::XML::Attribute< ACE_TCHAR > const& a)
- : ::XSCRT::Type (a)
+ : Type (a)
{
::std::basic_string< ACE_TCHAR > v (a.value ());
@@ -5809,7 +5809,7 @@ namespace CIAO
CCMComponentPortKind::
CCMComponentPortKind (::XSCRT::XML::Attribute< ACE_TCHAR > const& a)
- : ::XSCRT::Type (a)
+ : Type (a)
{
::std::basic_string< ACE_TCHAR > v (a.value ());