diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-02-11 14:59:08 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-02-11 14:59:08 +0000 |
commit | 1d548515ebcc0fecee1bc83c1a46505f07757170 (patch) | |
tree | 94c4f1e2792532189cf0f536ab4c3d4ea608f21c /CIAO/tools/Config_Handlers/ADD_Handler.h | |
parent | 500fdb3bc07404d9b62f72a84d69f510108168df (diff) | |
download | ATCD-1d548515ebcc0fecee1bc83c1a46505f07757170.tar.gz |
ChangeLogTag: Wed Feb 11 14:46:15 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'CIAO/tools/Config_Handlers/ADD_Handler.h')
-rw-r--r-- | CIAO/tools/Config_Handlers/ADD_Handler.h | 78 |
1 files changed, 38 insertions, 40 deletions
diff --git a/CIAO/tools/Config_Handlers/ADD_Handler.h b/CIAO/tools/Config_Handlers/ADD_Handler.h index 0db82b30fb2..063093a7038 100644 --- a/CIAO/tools/Config_Handlers/ADD_Handler.h +++ b/CIAO/tools/Config_Handlers/ADD_Handler.h @@ -1,11 +1,11 @@ //============================================================== /** -* @file ADD_Handler.h -* -* $Id$ -* -* @author Jules White <jules@dre.vanderbilt.edu> -*/ + * @file ADD_Handler.h + * + * $Id$ + * + * @author Jules White <jules@dre.vanderbilt.edu> + */ //================================================================ #ifndef CIAO_CONFIG_HANDLERS_ADD_Handler_H @@ -23,50 +23,48 @@ namespace Deployment { -struct ArtifactDeploymentDescription; -class ArtifactDeploymentDescriptions; + struct ArtifactDeploymentDescription; + class ArtifactDeploymentDescriptions; } namespace CIAO { -namespace Config_Handlers -{ -class DeploymentPlan; -class ArtifactDeploymentDescription; + namespace Config_Handlers + { + class deploymentPlan; + class ArtifactDeploymentDescription; -/* -* @class ADD_Handler -* -* @brief Handler class for <ArtifactDeploymentDescription> types. -* -* This class defines handler methods to map values from XSC -* ArtifactDeploymentDescription objects, parsed from the -* // @@ Jules, why Any type? -* descriptor files, to the corresponding CORBA IDL Any type. -*/ -class Config_Handlers_Export ADD_Handler -{ -public: -static void artifact_deployment_descrs ( -const DeploymentPlan &src, -::Deployment::ArtifactDeploymentDescriptions &dest); + /* + * @class ADD_Handler + * + * @brief Handler class for <ArtifactDeploymentDescription> types. + * + * This class defines handler methods to map values from XSC + * ArtifactDeploymentDescription objects, parsed from the + * // @@ Jules, why Any type? + * descriptor files, to the corresponding CORBA IDL Any type. + */ + class Config_Handlers_Export ADD_Handler + { + public: + static void artifact_deployment_descrs (const deploymentPlan &src, + ::Deployment::ArtifactDeploymentDescriptions &dest); -static ArtifactDeploymentDescription -artifact_deployment_descr ( -const Deployment::ArtifactDeploymentDescription &src); + static ArtifactDeploymentDescription + artifact_deployment_descr (const Deployment::ArtifactDeploymentDescription &src); -/// The IDREF Table associated with this class -static IDREF_Base<CORBA::ULong> IDREF; + /// The IDREF Table associated with this class + static IDREF_Base<CORBA::ULong> IDREF; -private: -static void artifact_deployment_descr ( -const ArtifactDeploymentDescription& desc, -::Deployment::ArtifactDeploymentDescription &dest, -CORBA::ULong l = 0); -}; -} + private: + static void artifact_deployment_descr ( + const ArtifactDeploymentDescription& desc, + ::Deployment::ArtifactDeploymentDescription &dest, + CORBA::ULong l = 0); + }; + } } #include /**/ "ace/post.h" |