summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_structure.h
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-05-26 14:54:59 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-05-26 14:54:59 +0000
commitfd411e566e9bad60707580fae7fa0accc2c7632b (patch)
treee84210f1600b95fa3995f2f2393a1ea9ae772456 /TAO/TAO_IDL/be_include/be_structure.h
parent8858c23faa42ac21d29fea095ee78fb0077cb881 (diff)
downloadATCD-fd411e566e9bad60707580fae7fa0accc2c7632b.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_structure.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_structure.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/TAO_IDL/be_include/be_structure.h b/TAO/TAO_IDL/be_include/be_structure.h
index 6c246b929d6..52fe361e00e 100644
--- a/TAO/TAO_IDL/be_include/be_structure.h
+++ b/TAO/TAO_IDL/be_include/be_structure.h
@@ -39,24 +39,6 @@ public:
be_structure (UTL_ScopedName *n, UTL_StrList *p);
// constructor
- virtual int gen_client_header (void);
- // Generates the client-side header information for the struct
-
- virtual int gen_client_stubs (void);
- // Generates the client-side stubs for the struct
-
- virtual int gen_server_header (void);
- // Generates the server-side header information for the struct
-
- virtual int gen_server_skeletons (void);
- // Generates the server-side skeletons for the struct
-
- virtual int gen_client_inline (void);
- // Generates the client-side inline for the struct
-
- virtual int gen_server_inline (void);
- // Generates the server-side inlines for the struct
-
virtual int gen_var_defn (void);
// generate the _var class definition