summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:17 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:17 +0100
commit91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (patch)
treefa7dcaf5940500db33ed6ab2392313ae23a43b87 /TAO/TAO_IDL/be/be_visitor_valuetype
parent8ff95cb206cb5bdbad270e244b562e4bd8df82d3 (diff)
downloadATCD-91ec92bc2e0052c8ab2a6bdfd2da3069218a6422.tar.gz
Shorter header
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp1
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp1
27 files changed, 0 insertions, 27 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
index 4123a46fad7..7eca7e52a20 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for Any operators for a valuetype in the client
* header.
*
- *
* @author Jeff Parsons <parsons@cs.wustl.edu> Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
index af4cb7db402..23c7c332885 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
@@ -5,7 +5,6 @@
* Visitor generating code for Any operators for valuetypes in the stubs
* file.
*
- *
* @author Jeff Parsons <parsons@cs.wustl.edu> Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
index 0f1aed3c0ca..a6b3d354ecf 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
@@ -6,7 +6,6 @@
* Visitor generating the parameter list of operations
* in the Valuetype class.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
index 70e45d8a1c8..51920f0783d 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
@@ -6,7 +6,6 @@
* Concrete visitor for valuetypes.
* This one provides code generation for the CDR operators.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
index 8ac50e2181a..125a20dd86b 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
@@ -6,7 +6,6 @@
* Concrete visitor for valuetypes.
* This one provides code generation for the CDR operators.
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru> based on code from Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
index 8d9877a3f7a..fd41d88450a 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Field in the client header file.
*
- *
* @author Jeff Parsons
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
index f4b75a3de14..bfdfe589c3d 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Field in the client stubs file.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> derived from be_visitor_field/cdr_op_cs.cpp
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
index 9a2c1c03808..443537afbc7 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
@@ -6,7 +6,6 @@
* Visitor generating the accessor and modifier declarations
* for valuetype fields in the valuetype class (header).
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
* derived from be_visitor_union_branch/public_ch.cpp
*/
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
index eace6328958..d4de857f18b 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
@@ -7,7 +7,6 @@
* This one generates code for accessor and modifier functions of
* valuetype state members (in the inline file).
*
- *
* @author Jeff Parsons
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
index 6fa0fd84a93..1630607224e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
@@ -7,7 +7,6 @@
* This one generates code for accessor and modifier functions of
* valuetype state members (in the stub file).
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> derived from be_visitor_union_branch/public_ci.cpp
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
index 218f7f5b032..55750694cf7 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
@@ -6,7 +6,6 @@
* Concrete visitor for valuetypes.
* This one provides code generation for marshalling.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
index 74a66cb9ad7..9ada107afd1 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
@@ -6,7 +6,6 @@
* Concrete visitor for valuetypes.
* This one provides code generation for marshalling.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
index f8486881b18..c37e064e80e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
@@ -7,7 +7,6 @@
* This provides code generation for the module in the header
* for the OBV_ namespace (see C++ mapping OMG 20.17)
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
index 303106f3964..473d87baf7c 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Valuetypes. This is a generic visitor.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on interface.cpp from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
index 954ac02c790..2528d6619ec 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for Valuetypes in the client header
* (see C++ mapping OMG 20.17)
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
* @author based on interface_ch.cpp from Aniruddha Gokhale
*/
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
index 702117a9479..588c4a0204e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Valuetypes in the client inline file
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
index 730ca64705a..9a2d3172eb0 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Valuetypes in the client stubs file.
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> based on code from Aniruddha Gokhale
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
index 310a66d34b9..740b2e6f4bd 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
@@ -6,7 +6,6 @@
* Coomon visitor for valuetypes factory construct
* (see IDL to C++ mapping). Based on ptc/00-01-02.
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
index 28859be9806..3023dc22c21 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for the parameter list of the OBV factory
* signature.
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
index cca498cc2b1..5d143a8b52c 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for Valuetypes factory in the client header
* (see IDL to C++ mapping). Based on ptc/00-01-02.
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
index 1f0dcf4756b..66204d5609f 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for Valuetypes factory in the client header
* (see IDL to C++ mapping)
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
index 2ea5e8644b1..b83e760999a 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
@@ -6,7 +6,6 @@
* Visitor generating code for Valuetypes factory in the client header
* (see IDL to C++ mapping)
*
- *
* @author Boris Kolpackov <bosk@ipmce.ru>
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
index e96c4faddf9..87ce9741cbb 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
@@ -6,7 +6,6 @@
* OBV_ class
* (see C++ mapping OMG 20.17)
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
* @author based on interface_ch.cpp from Aniruddha Gokhale
*/
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
index 01028e4a4e8..f556cd9f0cb 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
@@ -8,7 +8,6 @@
* OBV_ class implementation
* (see C++ mapping OMG 20.17)
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
* @author based on interface_ch.cpp from Aniruddha Gokhale
*/
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
index f566de374fd..c904904a95e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
@@ -6,7 +6,6 @@
* OBV_ class implementation
* (see C++ mapping OMG 20.17)
*
- *
* @author Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de>
* @author derived from interface_ch.cpp from Aniruddha Gokhale
*/
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
index 2779564922d..6f61bfdb30e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for value types in the server header
*
- *
* @author Jeff Parsons
*/
//=============================================================================
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
index 812627dc9ef..499bc04426a 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
@@ -5,7 +5,6 @@
*
* Visitor generating code for Interfaces in the server skeletons file.
*
- *
* @author Aniruddha Gokhale
*/
//=============================================================================