summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-09 09:30:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-09 09:30:53 +0000
commit846211c33d2c82df4483d16b2e9c47053dce02c2 (patch)
tree74805cff088750786786d0cee8cc7a2b437d8279
parent1b2011afec93b9586ee53b0490d6cd6ca8f1eb13 (diff)
downloadATCD-846211c33d2c82df4483d16b2e9c47053dce02c2.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode.cpp5
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp2
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h5
6 files changed, 13 insertions, 15 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
index b1bc30e927d..3bd120f3687 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
@@ -20,8 +20,8 @@
#include "be_visitor_typecode/enum_typecode.h"
-ACE_RCSID (be_visitor_enum,
- enum_cs,
+ACE_RCSID (be_visitor_enum,
+ enum_cs,
"$Id$")
@@ -43,10 +43,10 @@ be_visitor_enum_cs::~be_visitor_enum_cs (void)
int
be_visitor_enum_cs::visit_enum (be_enum *node)
{
- if (node->cli_stub_gen ()
+ if (node->cli_stub_gen ()
|| node->imported ())
{
- return 0;
+ return 0;
}
if (be_global->tc_support ())
@@ -60,7 +60,7 @@ be_visitor_enum_cs::visit_enum (be_enum *node)
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_enum_cs::"
"visit_enum - "
- "TypeCode definition failed\n"),
+ "TypeCode definition failed\n"),
-1);
}
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception.cpp
index bd305d0ba08..c02bbbcf791 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception.cpp
@@ -52,6 +52,6 @@
#include "be_visitor_exception/cdr_op_ch.cpp"
#include "be_visitor_exception/cdr_op_cs.cpp"
-ACE_RCSID (be,
- be_visitor_exception,
+ACE_RCSID (be,
+ be_visitor_exception,
"$Id$")
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
index f07ddc6fbd2..88e626276da 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
@@ -453,7 +453,7 @@ be_visitor_interface_cs::visit_interface (be_interface *node)
if (be_global->tc_support ())
{
-
+
be_visitor_context ctx = *this->ctx_;
// ctx.sub_state (TAO_CodeGen::TAO_TC_DEFN_TYPECODE);
TAO::be_visitor_objref_typecode tc_visitor (&ctx);
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode.cpp b/TAO/TAO_IDL/be/be_visitor_typecode.cpp
index f0aa274237f..f111ac1a5e1 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode.cpp
@@ -54,7 +54,6 @@
#include "be_visitor_typecode/struct_typecode.cpp"
-ACE_RCSID (be,
- be_visitor_typecode,
+ACE_RCSID (be,
+ be_visitor_typecode,
"$Id$")
-
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp
index 442541773ba..b36c0b3bceb 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp
@@ -54,7 +54,7 @@ TAO::be_visitor_struct_typecode::visit_structure (AST_Structure * node)
<< "static TAO::TypeCode::Struct<char const *," << be_nl
<< " TAO::TypeCode::Field<char const *> const *," << be_nl
<< " CORBA::tk_"
- << (this->is_exception_ ? "except" : "struct") << be_nl
+ << (this->is_exception_ ? "except" : "struct") << "," << be_nl
<< " TAO::Null_RefCount_Policy> const"
<< be_idt_nl
<< "_tao_tc_" << node->flat_name () << " (" << be_idt_nl
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h b/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
index 99ec920e01d..a1fc84d4b99 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
@@ -1,7 +1,6 @@
-/* -*- c++ -*- */
+// -*- C++ -*-
//
// $Id$
-//
// ============================================================================
//
@@ -95,7 +94,7 @@ public:
virtual int visit_valuetype (be_valuetype *node);
// visit a valuetype
-
+
virtual int visit_eventtype (be_eventtype *node);
// visit a valuetype