Skip to content

Commit

Permalink
Merge pull request #105 from jwillemsen/jwi-xscupdate
Browse files Browse the repository at this point in the history
Regenerated xsc generated config handlers
  • Loading branch information
jwillemsen authored Aug 30, 2024
2 parents 631e8b5 + 1317d26 commit 87baf00
Show file tree
Hide file tree
Showing 31 changed files with 1,479 additions and 1,479 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace DAnCEX11
class DomainApplication_Impl;

class DomainApplication_Impl
: public virtual CORBA::servant_traits< ::Deployment::DomainApplication>::base_type
: public virtual CORBA::servant_traits<::Deployment::DomainApplication>::base_type
{
public:
using TNm2Id_PAIR = std::pair <IDL::traits<::Deployment::NodeManager>::ref_type , std::string>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace DAnCEX11
using NodeSplitter = DAnCEX11::Split_Plan <DAnCEX11::Node_Splitter>;

class DomainApplicationManager_Impl
: public virtual CORBA::servant_traits< ::Deployment::DomainApplicationManager>::base_type
: public virtual CORBA::servant_traits<::Deployment::DomainApplicationManager>::base_type
{
public:
DomainApplicationManager_Impl (IDL::traits<PortableServer::POA>::ref_type poa,
Expand Down
4 changes: 2 additions & 2 deletions dancex11/handler/instance/artifact_deployment_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ extern "C"
void create_DAnCEX11_Artifact_Deployment_Handler (
IDL::traits<::DAnCEX11::InstanceDeploymentHandler>::ref_type& plugin)
{
plugin = CORBA::make_reference< ::DAnCEX11::Artifact_Deployment_Handler_i> ();
plugin = CORBA::make_reference<::DAnCEX11::Artifact_Deployment_Handler_i> ();
}

void create_DAnCEX11_Artifact_Deployment_Initializer (
IDL::traits<::DAnCEX11::DeploymentInterceptor>::ref_type& plugin)
{
plugin = CORBA::make_reference< ::DAnCEX11::Artifact_Deployment_Initializer> ();
plugin = CORBA::make_reference<::DAnCEX11::Artifact_Deployment_Initializer> ();
}
}
2 changes: 1 addition & 1 deletion dancex11/handler/instance/locality_activator_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ namespace DAnCEX11
}
}

IDL::traits < ::DAnCEX11::LocalityManager>::ref_type
IDL::traits <::DAnCEX11::LocalityManager>::ref_type
DAnCE_LocalityActivator_i::create_locality_manager (const ::Deployment::DeploymentPlan &plan,
uint32_t instanceRef,
const ::Deployment::Properties & config)
Expand Down
2 changes: 1 addition & 1 deletion dancex11/handler/instance/locality_activator_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace DAnCEX11
* point in time.
*/
class DAnCE_LocalityActivator_i final
: public virtual CORBA::servant_traits< ::DAnCEX11::LocalityManagerActivator>::base_type
: public virtual CORBA::servant_traits<::DAnCEX11::LocalityManagerActivator>::base_type
{
public:
/// Constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ extern "C"
void create_DAnCEX11_Locality_Handler (
IDL::traits<::DAnCEX11::InstanceDeploymentHandler>::ref_type& handler)
{
handler = CORBA::make_reference< ::DAnCEX11::Locality_Handler_i> ();
handler = CORBA::make_reference<::DAnCEX11::Locality_Handler_i> ();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ NodeApplication_Impl::remove_instances ()
using DAnCEX11::Utility::extract_and_throw_exception;

if (event.exception_ &&
!(extract_and_throw_exception< ::Deployment::StopError > (event.contents_)))
!(extract_and_throw_exception<::Deployment::StopError > (event.contents_)))
{
DANCEX11_LOG_ERROR ("NodeApplication_Impl::remove_instances - " <<
"Unexpected exception thrown during removal of " <<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace DAnCEX11
class NodeManager_Impl;

class NodeApplication_Impl :
public virtual CORBA::servant_traits< ::Deployment::NodeApplication>::base_type
public virtual CORBA::servant_traits<::Deployment::NodeApplication>::base_type
{
public:
NodeApplication_Impl (IDL::traits<PortableServer::POA>::ref_type poa,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace DAnCEX11
{

class NodeApplicationManager_Impl :
public virtual CORBA::servant_traits< ::Deployment::NodeApplicationManager>::base_type
public virtual CORBA::servant_traits<::Deployment::NodeApplicationManager>::base_type
{
public:
NodeApplicationManager_Impl (IDL::traits<PortableServer::POA>::ref_type poa,
Expand Down
Loading

0 comments on commit 87baf00

Please sign in to comment.