summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:40:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:40:02 +0000
commit089af42010efdba34ccb3ef18cf6f643549f5ace (patch)
treea003f6d75699d3948348413208d90674e113a719
parent6c52cf45ed85e7e65c11dd2ef50ea4cb621972e8 (diff)
downloadATCD-089af42010efdba34ccb3ef18cf6f643549f5ace.tar.gz
ChangeLogTag: Wed Jul 27 07:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/ChangeLog9
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/cid.cpp6
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/cpd.cpp2
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/iad.cpp2
4 files changed, 17 insertions, 2 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index ce9a2b640a6..bd538aa53a1 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,7 +1,12 @@
+Wed Jul 27 07:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * DAnCE/Config_Handlers/STD_IAD_Handler.h:
+ Fixed fuzz error
+
Tue Jul 26 21:22:45 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* DAnCE/examples/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.h:
-
+
Added 'CIDL_' prefix to the scoped name of the exec impl class's
base class, in the impl class declaration inheritance list. This
file was overlooked when making similar changes to other exec
@@ -40,7 +45,7 @@ Mon Jul 26 13:54:12 2005 Ming Xiong <mxiong@dre.vanderbilt.edu>
Added new handlers for mapping Config_Handlers::PackageConfiguration to Deployment:PackageConfiguration.
Updated Config_Handlers.mpc accordingly
-
+
Tue Jul 26 12:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/new_RepositoryManager/RMadmin.cpp:
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/cid.cpp b/TAO/CIAO/DAnCE/Config_Handlers/cid.cpp
index 421372637cd..f74bcf464f5 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/cid.cpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/cid.cpp
@@ -33,6 +33,7 @@ namespace CIAO
SubcomponentInstantiationDescription::
SubcomponentInstantiationDescription (::CIAO::Config_Handlers::SubcomponentInstantiationDescription const& s)
:
+ ::XSCRT::Type (),
name_ (new ::XMLSchema::string< ACE_TCHAR > (*s.name_)),
package_ (new ::CIAO::Config_Handlers::ComponentPackageDescription (*s.package_)),
configProperty_ (s.configProperty_.get () ? new ::CIAO::Config_Handlers::Property (*s.configProperty_) : 0),
@@ -271,6 +272,7 @@ namespace CIAO
SubcomponentPropertyReference::
SubcomponentPropertyReference (::CIAO::Config_Handlers::SubcomponentPropertyReference const& s)
:
+ ::XSCRT::Type (),
propertyName_ (new ::XMLSchema::string< ACE_TCHAR > (*s.propertyName_)),
instance_ (new ::CIAO::Config_Handlers::SubcomponentInstantiationDescription (*s.instance_)),
regulator__ ()
@@ -352,6 +354,7 @@ namespace CIAO
AssemblyPropertyMapping::
AssemblyPropertyMapping (::CIAO::Config_Handlers::AssemblyPropertyMapping const& s)
:
+ ::XSCRT::Type (),
name_ (new ::XMLSchema::string< ACE_TCHAR > (*s.name_)),
externalName_ (new ::XMLSchema::string< ACE_TCHAR > (*s.externalName_)),
delegatesTo_ (new ::CIAO::Config_Handlers::SubcomponentPropertyReference (*s.delegatesTo_)),
@@ -449,6 +452,7 @@ namespace CIAO
ComponentAssemblyDescription::
ComponentAssemblyDescription (::CIAO::Config_Handlers::ComponentAssemblyDescription const& s)
:
+ ::XSCRT::Type (),
externalProperty_ (s.externalProperty_.get () ? new ::CIAO::Config_Handlers::AssemblyPropertyMapping (*s.externalProperty_) : 0),
regulator__ ()
{
@@ -646,6 +650,7 @@ namespace CIAO
MonolithicImplementationDescription::
MonolithicImplementationDescription (::CIAO::Config_Handlers::MonolithicImplementationDescription const& s)
:
+ ::XSCRT::Type (),
execParameter_ (s.execParameter_.get () ? new ::CIAO::Config_Handlers::Property (*s.execParameter_) : 0),
deployRequirement_ (s.deployRequirement_.get () ? new ::CIAO::Config_Handlers::ImplementationRequirement (*s.deployRequirement_) : 0),
regulator__ ()
@@ -817,6 +822,7 @@ namespace CIAO
ComponentImplementationDescription::
ComponentImplementationDescription (::CIAO::Config_Handlers::ComponentImplementationDescription const& s)
:
+ ::XSCRT::Type (),
label_ (s.label_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.label_) : 0),
UUID_ (s.UUID_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.UUID_) : 0),
implements_ (s.implements_.get () ? new ::CIAO::Config_Handlers::ComponentInterfaceDescription (*s.implements_) : 0),
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/cpd.cpp b/TAO/CIAO/DAnCE/Config_Handlers/cpd.cpp
index 75d77230d5b..99357a4bece 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/cpd.cpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/cpd.cpp
@@ -34,6 +34,7 @@ namespace CIAO
PackagedComponentImplementation::
PackagedComponentImplementation (::CIAO::Config_Handlers::PackagedComponentImplementation const& s)
:
+ ::XSCRT::Type (),
name_ (new ::XMLSchema::string< ACE_TCHAR > (*s.name_)),
referencedImplementation_ (new ::CIAO::Config_Handlers::ComponentImplementationDescription (*s.referencedImplementation_)),
regulator__ ()
@@ -107,6 +108,7 @@ namespace CIAO
ComponentPackageDescription::
ComponentPackageDescription (::CIAO::Config_Handlers::ComponentPackageDescription const& s)
:
+ ::XSCRT::Type (),
label_ (s.label_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.label_) : 0),
UUID_ (s.UUID_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.UUID_) : 0),
realizes_ (s.realizes_.get () ? new ::CIAO::Config_Handlers::ComponentInterfaceDescription (*s.realizes_) : 0),
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/iad.cpp b/TAO/CIAO/DAnCE/Config_Handlers/iad.cpp
index bf382f1dc26..9729f6d7bbb 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/iad.cpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/iad.cpp
@@ -32,6 +32,7 @@ namespace CIAO
NamedImplementationArtifact::
NamedImplementationArtifact (::CIAO::Config_Handlers::NamedImplementationArtifact const& s)
:
+ ::XSCRT::Type (),
name_ (new ::XMLSchema::string< ACE_TCHAR > (*s.name_)),
referencedArtifact_ (new ::CIAO::Config_Handlers::ImplementationArtifactDescription (*s.referencedArtifact_)),
regulator__ ()
@@ -105,6 +106,7 @@ namespace CIAO
ImplementationArtifactDescription::
ImplementationArtifactDescription (::CIAO::Config_Handlers::ImplementationArtifactDescription const& s)
:
+ ::XSCRT::Type (),
label_ (s.label_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.label_) : 0),
UUID_ (s.UUID_.get () ? new ::XMLSchema::string< ACE_TCHAR > (*s.UUID_) : 0),
execParameter_ (s.execParameter_.get () ? new ::CIAO::Config_Handlers::Property (*s.execParameter_) : 0),