Skip to content

Commit

Permalink
Regenerated after DOCGroup/ACE_TAO#2309
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Dec 18, 2024
1 parent c8363e7 commit d9bfb8d
Show file tree
Hide file tree
Showing 207 changed files with 1,951 additions and 4,787 deletions.
4 changes: 2 additions & 2 deletions tests/AMH_Exceptions/TestC.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:148

#ifndef _TAO_IDL_TESTC_GZ7QDK_H_
#define _TAO_IDL_TESTC_GZ7QDK_H_
#ifndef _TAO_IDL_TESTC_JSUCIW_H_
#define _TAO_IDL_TESTC_JSUCIW_H_

#include /**/ "ace/pre.h"

Expand Down
30 changes: 8 additions & 22 deletions tests/AMH_Exceptions/TestS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:631

#ifndef _TAO_IDL_TESTS_GZ7QDK_CPP_
#define _TAO_IDL_TESTS_GZ7QDK_CPP_
#ifndef _TAO_IDL_TESTS_JSUCIW_CPP_
#define _TAO_IDL_TESTS_JSUCIW_CPP_


#include "TestS.h"
Expand Down Expand Up @@ -143,15 +143,8 @@ static TAO_Test_AMH_Roundtrip_Perfect_Hash_OpTable tao_Test_AMH_Roundtrip_optabl


POA_Test::AMH_Roundtrip::AMH_Roundtrip ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_Test_AMH_Roundtrip_optable);
}

POA_Test::AMH_Roundtrip::AMH_Roundtrip (const AMH_Roundtrip& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs)
{
this->optable_ = std::addressof (tao_Test_AMH_Roundtrip_optable);
}


Expand Down Expand Up @@ -245,7 +238,7 @@ POA_Test::AMH_Roundtrip::shutdown_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand Down Expand Up @@ -383,15 +376,8 @@ static TAO_Test_Roundtrip_Perfect_Hash_OpTable tao_Test_Roundtrip_optable;


POA_Test::Roundtrip::Roundtrip ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_Test_Roundtrip_optable);
}

POA_Test::Roundtrip::Roundtrip (const Roundtrip& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs)
{
this->optable_ = std::addressof (tao_Test_Roundtrip_optable);
}


Expand Down Expand Up @@ -559,7 +545,7 @@ void POA_Test::Roundtrip::shutdown_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand All @@ -581,7 +567,7 @@ const char* POA_Test::Roundtrip::_interface_repository_id () const


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:394
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:378



Expand All @@ -594,7 +580,7 @@ void POA_Test::Roundtrip::_dispatch (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:354
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:338



Expand Down
6 changes: 3 additions & 3 deletions tests/AMH_Exceptions/TestS.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:454

#ifndef _TAO_IDL_TESTS_GZ7QDK_H_
#define _TAO_IDL_TESTS_GZ7QDK_H_
#ifndef _TAO_IDL_TESTS_JSUCIW_H_
#define _TAO_IDL_TESTS_JSUCIW_H_

#include /**/ "ace/pre.h"

Expand Down Expand Up @@ -206,7 +206,7 @@ class Roundtrip
typedef ::Test::Roundtrip_ptr _stub_ptr_type;
typedef ::Test::Roundtrip_var _stub_var_type;

Roundtrip (const Roundtrip& rhs);
Roundtrip (const Roundtrip& rhs) = default;
virtual ~Roundtrip () = default;

virtual ::CORBA::Boolean _is_a (const char* logical_type_id);
Expand Down
4 changes: 2 additions & 2 deletions tests/AMI/ami_testC.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:148

#ifndef _TAO_IDL_AMI_TESTC_ARLYJR_H_
#define _TAO_IDL_AMI_TESTC_ARLYJR_H_
#ifndef _TAO_IDL_AMI_TESTC_A71B7N_H_
#define _TAO_IDL_AMI_TESTC_A71B7N_H_

#include /**/ "ace/pre.h"

Expand Down
68 changes: 18 additions & 50 deletions tests/AMI/ami_testS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:631

#ifndef _TAO_IDL_AMI_TESTS_YBOHFQ_CPP_
#define _TAO_IDL_AMI_TESTS_YBOHFQ_CPP_
#ifndef _TAO_IDL_AMI_TESTS_DTYKC7_CPP_
#define _TAO_IDL_AMI_TESTS_DTYKC7_CPP_


#include "ami_testS.h"
Expand Down Expand Up @@ -164,15 +164,8 @@ static TAO_A_AMI_Test_Perfect_Hash_OpTable tao_A_AMI_Test_optable;


POA_A::AMI_Test::AMI_Test ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_A_AMI_Test_optable);
}

POA_A::AMI_Test::AMI_Test (const AMI_Test& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs)
{
this->optable_ = std::addressof (tao_A_AMI_Test_optable);
}


Expand Down Expand Up @@ -597,7 +590,7 @@ void POA_A::AMI_Test::inout_arg_test_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand All @@ -619,7 +612,7 @@ const char* POA_A::AMI_Test::_interface_repository_id () const


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:394
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:378



Expand All @@ -632,7 +625,7 @@ void POA_A::AMI_Test::_dispatch (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:354
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:338



Expand Down Expand Up @@ -749,16 +742,8 @@ static TAO_A_AMI_AMI_TestHandler_Perfect_Hash_OpTable tao_A_AMI_AMI_TestHandler_


POA_A::AMI_AMI_TestHandler::AMI_AMI_TestHandler ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_A_AMI_AMI_TestHandler_optable);
}

POA_A::AMI_AMI_TestHandler::AMI_AMI_TestHandler (const AMI_AMI_TestHandler& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs),
::POA_Messaging::ReplyHandler (rhs)
{
this->optable_ = std::addressof (tao_A_AMI_AMI_TestHandler_optable);
}


Expand Down Expand Up @@ -1442,7 +1427,7 @@ void POA_A::AMI_AMI_TestHandler::inout_arg_test_excep_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand All @@ -1465,7 +1450,7 @@ const char* POA_A::AMI_AMI_TestHandler::_interface_repository_id () const


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:394
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:378



Expand All @@ -1478,7 +1463,7 @@ void POA_A::AMI_AMI_TestHandler::_dispatch (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:354
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:338



Expand Down Expand Up @@ -1611,16 +1596,8 @@ static TAO_A_Test_Child_Perfect_Hash_OpTable tao_A_Test_Child_optable;


POA_A::Test_Child::Test_Child ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_A_Test_Child_optable);
}

POA_A::Test_Child::Test_Child (const Test_Child& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs),
POA_A::AMI_Test (rhs)
{
this->optable_ = std::addressof (tao_A_Test_Child_optable);
}


Expand Down Expand Up @@ -1691,7 +1668,7 @@ void POA_A::Test_Child::child_op_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand All @@ -1714,7 +1691,7 @@ const char* POA_A::Test_Child::_interface_repository_id () const


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:394
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:378



Expand All @@ -1727,7 +1704,7 @@ void POA_A::Test_Child::_dispatch (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:354
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:338



Expand Down Expand Up @@ -1846,17 +1823,8 @@ static TAO_A_AMI_Test_ChildHandler_Perfect_Hash_OpTable tao_A_AMI_Test_ChildHand


POA_A::AMI_Test_ChildHandler::AMI_Test_ChildHandler ()
: TAO_ServantBase ()
{
this->optable_ = std::addressof(tao_A_AMI_Test_ChildHandler_optable);
}

POA_A::AMI_Test_ChildHandler::AMI_Test_ChildHandler (const AMI_Test_ChildHandler& rhs)
: TAO_Abstract_ServantBase (rhs),
TAO_ServantBase (rhs),
::POA_Messaging::ReplyHandler (rhs),
POA_A::AMI_AMI_TestHandler (rhs)
{
this->optable_ = std::addressof (tao_A_AMI_Test_ChildHandler_optable);
}


Expand Down Expand Up @@ -2008,7 +1976,7 @@ void POA_A::AMI_Test_ChildHandler::child_op_excep_skel (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:155
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:139



Expand All @@ -2032,7 +2000,7 @@ const char* POA_A::AMI_Test_ChildHandler::_interface_repository_id () const


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:394
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:378



Expand All @@ -2045,7 +2013,7 @@ void POA_A::AMI_Test_ChildHandler::_dispatch (


// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:354
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp:338



Expand Down
12 changes: 6 additions & 6 deletions tests/AMI/ami_testS.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:454

#ifndef _TAO_IDL_AMI_TESTS_YBOHFQ_H_
#define _TAO_IDL_AMI_TESTS_YBOHFQ_H_
#ifndef _TAO_IDL_AMI_TESTS_DTYKC7_H_
#define _TAO_IDL_AMI_TESTS_DTYKC7_H_

#include /**/ "ace/pre.h"

Expand Down Expand Up @@ -190,7 +190,7 @@ namespace POA_A
typedef ::A::AMI_Test_ptr _stub_ptr_type;
typedef ::A::AMI_Test_var _stub_var_type;

AMI_Test (const AMI_Test& rhs);
AMI_Test (const AMI_Test& rhs) = default;
virtual ~AMI_Test () = default;

virtual ::CORBA::Boolean _is_a (const char* logical_type_id);
Expand Down Expand Up @@ -275,7 +275,7 @@ namespace POA_A
typedef ::A::AMI_AMI_TestHandler_ptr _stub_ptr_type;
typedef ::A::AMI_AMI_TestHandler_var _stub_var_type;

AMI_AMI_TestHandler (const AMI_AMI_TestHandler& rhs);
AMI_AMI_TestHandler (const AMI_AMI_TestHandler& rhs) = default;
virtual ~AMI_AMI_TestHandler () = default;

virtual ::CORBA::Boolean _is_a (const char* logical_type_id);
Expand Down Expand Up @@ -390,7 +390,7 @@ namespace POA_A
typedef ::A::Test_Child_ptr _stub_ptr_type;
typedef ::A::Test_Child_var _stub_var_type;

Test_Child (const Test_Child& rhs);
Test_Child (const Test_Child& rhs) = default;
virtual ~Test_Child () = default;

virtual ::CORBA::Boolean _is_a (const char* logical_type_id);
Expand Down Expand Up @@ -434,7 +434,7 @@ namespace POA_A
typedef ::A::AMI_Test_ChildHandler_ptr _stub_ptr_type;
typedef ::A::AMI_Test_ChildHandler_var _stub_var_type;

AMI_Test_ChildHandler (const AMI_Test_ChildHandler& rhs);
AMI_Test_ChildHandler (const AMI_Test_ChildHandler& rhs) = default;
virtual ~AMI_Test_ChildHandler () = default;

virtual ::CORBA::Boolean _is_a (const char* logical_type_id);
Expand Down
4 changes: 2 additions & 2 deletions tests/Hello/TestC.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// TAO_IDL - Generated from
// /home/johnny/ACE/trunk/TAO/TAO_IDL/be/be_codegen.cpp:148

#ifndef _TAO_IDL_TESTC_JEBU0I_H_
#define _TAO_IDL_TESTC_JEBU0I_H_
#ifndef _TAO_IDL_TESTC_3BYG5H_H_
#define _TAO_IDL_TESTC_3BYG5H_H_

#include /**/ "ace/pre.h"

Expand Down
Loading

0 comments on commit d9bfb8d

Please sign in to comment.