summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_state.h
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-12-10 19:44:50 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-12-10 19:44:50 +0000
commitfc8b8f8bd65d70a0bf423da35a49ebc01e70df84 (patch)
treeb8fe05c28ebf90babb27c47e96eb180f5012383a /TAO/TAO_IDL/be_include/be_state.h
parent2c8a06f4bae9f853e6267f1d4f244be1ee6643e1 (diff)
downloadATCD-fc8b8f8bd65d70a0bf423da35a49ebc01e70df84.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_state.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_state.h47
1 files changed, 23 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be_include/be_state.h b/TAO/TAO_IDL/be_include/be_state.h
index 0a368967ae0..896d97d9dce 100644
--- a/TAO/TAO_IDL/be_include/be_state.h
+++ b/TAO/TAO_IDL/be_include/be_state.h
@@ -3,7 +3,7 @@
//
// = LIBRARY
// TAO IDL
-//
+//
// = FILENAME
// be_state.h
//
@@ -12,7 +12,7 @@
//
// = AUTHOR
// Aniruddha Gokhale
-//
+//
// ============================================================================
#if !defined (TAO_BE_STATE_H)
@@ -40,22 +40,22 @@ protected:
// ============== subclasses ====================
-class be_state_struct_ch: public be_state
+class be_state_struct : public be_state
{
// =TITLE
- // be_state_struct_ch
+ // be_state_struct
// =DESCRIPTION
- // struct generation in client header
+ // struct generation
public:
-
- be_state_struct_ch (void);
+
+ be_state_struct (void);
// constructor
virtual int gen_code (be_type *bt, be_decl *d, be_type *type=0);
// code generation for node "d" whose type is "bt". The third parameter is
// used for recursive invocation involving a typedef
};
-typedef ACE_Singleton<be_state_struct_ch, ACE_SYNCH_RECURSIVE_MUTEX> TAO_BE_STATE_STRUCT_CH;
+typedef ACE_Singleton<be_state_struct, ACE_SYNCH_RECURSIVE_MUTEX> TAO_BE_STATE_STRUCT;
class be_state_union_disctypedefn_ch: public be_state
{
@@ -64,7 +64,7 @@ class be_state_union_disctypedefn_ch: public be_state
// =DESCRIPTION
// union discriminant defn generation in client header
public:
-
+
be_state_union_disctypedefn_ch (void);
// constructor
@@ -73,7 +73,7 @@ public:
// used for recursive invocation involving a typedef
};
typedef ACE_Singleton<be_state_union_disctypedefn_ch, ACE_SYNCH_RECURSIVE_MUTEX>
- TAO_BE_STATE_UNION_DISCTYPEDEFN_CH;
+ TAO_BE_STATE_UNION_DISCTYPEDEFN_CH;
class be_state_union_disctypedefn_ci: public be_state
{
@@ -82,7 +82,7 @@ class be_state_union_disctypedefn_ci: public be_state
// =DESCRIPTION
// union discriminant defn generation in client inline file
public:
-
+
be_state_union_disctypedefn_ci (void);
// constructor
@@ -91,7 +91,7 @@ public:
// used for recursive invocation involving a typedef
};
typedef ACE_Singleton<be_state_union_disctypedefn_ci, ACE_SYNCH_RECURSIVE_MUTEX>
- TAO_BE_STATE_UNION_DISCTYPEDEFN_CI;
+ TAO_BE_STATE_UNION_DISCTYPEDEFN_CI;
class be_state_union_public_ch: public be_state
{
@@ -100,7 +100,7 @@ class be_state_union_public_ch: public be_state
// =DESCRIPTION
// union discriminant defn generation in client header file
public:
-
+
be_state_union_public_ch (void);
// constructor
@@ -109,7 +109,7 @@ public:
// used for recursive invocation involving a typedef
};
typedef ACE_Singleton<be_state_union_public_ch, ACE_SYNCH_RECURSIVE_MUTEX>
- TAO_BE_STATE_UNION_PUBLIC_CH;
+ TAO_BE_STATE_UNION_PUBLIC_CH;
class be_state_union_public_ci: public be_state
{
@@ -118,7 +118,7 @@ class be_state_union_public_ci: public be_state
// =DESCRIPTION
// union discriminant defn generation in client inline file
public:
-
+
be_state_union_public_ci (void);
// constructor
@@ -127,7 +127,7 @@ public:
// used for recursive invocation involving a typedef
};
typedef ACE_Singleton<be_state_union_public_ci, ACE_SYNCH_RECURSIVE_MUTEX>
- TAO_BE_STATE_UNION_PUBLIC_CI;
+ TAO_BE_STATE_UNION_PUBLIC_CI;
class be_state_union_private_ch: public be_state
{
@@ -136,7 +136,7 @@ class be_state_union_private_ch: public be_state
// =DESCRIPTION
// union discriminant defn generation in client header file
public:
-
+
be_state_union_private_ch (void);
// constructor
@@ -145,7 +145,7 @@ public:
// used for recursive invocation involving a typedef
};
typedef ACE_Singleton<be_state_union_private_ch, ACE_SYNCH_RECURSIVE_MUTEX>
- TAO_BE_STATE_UNION_PRIVATE_CH;
+ TAO_BE_STATE_UNION_PRIVATE_CH;
class be_state_operation: public be_state
{
@@ -154,7 +154,7 @@ class be_state_operation: public be_state
// =DESCRIPTION
// operation return type
public:
-
+
be_state_operation (void);
// constructor
@@ -172,7 +172,7 @@ class be_state_argument: public be_state
// =DESCRIPTION
// argument return type
public:
-
+
be_state_argument (void);
// constructor
@@ -190,7 +190,7 @@ class be_state_typedef: public be_state
// =DESCRIPTION
// typedef code generation
public:
-
+
be_state_typedef (void);
// constructor
@@ -208,7 +208,7 @@ class be_state_array: public be_state
// =DESCRIPTION
// array code generation
public:
-
+
be_state_array (void);
// constructor
@@ -226,7 +226,7 @@ class be_state_sequence: public be_state
// =DESCRIPTION
// sequence code generation
public:
-
+
be_state_sequence (void);
// constructor
@@ -256,4 +256,3 @@ typedef ACE_Singleton<be_state_attribute, ACE_SYNCH_RECURSIVE_MUTEX>
TAO_BE_STATE_ATTRIBUTE;
#endif /* end of be_state */
-