summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h12
1 files changed, 5 insertions, 7 deletions
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 601300e9703..e701ed72120 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
@@ -23,8 +23,6 @@
#ifndef _BE_VISITOR_TYPECODE_TYPECODE_DEFN_H_
#define _BE_VISITOR_TYPECODE_TYPECODE_DEFN_H_
-#include "be_visitor_scope.h"
-
const int TAO_BE_VISITOR_TYPECODE_DEFN_MAX_STACK_SIZE = 1024;
class be_visitor_typecode_defn : public be_visitor_scope
@@ -223,8 +221,8 @@ public:
// helper to get an array of long from a name
- int tc_name2long (const char *name,
- ACE_CDR::ULong *&larr,
+ int tc_name2long (const char *name,
+ ACE_CDR::ULong *&larr,
ACE_CDR::ULong &arrlen);
// processing for scopes
@@ -242,7 +240,7 @@ public:
};
private:
-
+
ACE_CDR::Long computed_tc_size_;
// the tc size of the node under consideration
@@ -252,7 +250,7 @@ private:
ACE_CDR::Long computed_scope_encap_len_;
// the encap length of the scope of the node under consideration
- // the following are used for recursive and repeated typecodes
+ // the following are used for recursive and repeated typecodes
ACE_CDR::Long tc_offset_;
// current computed length of the typecode
@@ -276,7 +274,7 @@ private:
// queue related routines
- const QNode *queue_insert (ACE_Unbounded_Queue <QNode*> &,
+ const QNode *queue_insert (ACE_Unbounded_Queue <QNode*> &,
be_type *node, ACE_CDR::Long offset);
const QNode *queue_lookup (ACE_Unbounded_Queue <QNode*> &, be_type *node);