summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_codegen.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_codegen.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index f7fd1de825f..4f2f742583c 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -133,7 +133,6 @@ public:
TAO_ROOT_CNH,
TAO_ROOT_CNS,
TAO_ROOT_EX_IDL,
- TAO_ROOT_EX_SVNT,
TAO_ROOT_ANY_OP_CH,
TAO_ROOT_ANY_OP_CS,
TAO_ROOT_CDR_OP_CH,
@@ -247,7 +246,6 @@ public:
int start_ciao_exec_header (const char *fname);
int start_ciao_exec_source (const char *fname);
int start_ciao_exec_idl (const char *fname);
- int start_ciao_exec_svnt (const char *fname);
int start_ciao_conn_header (const char *fname);
int start_ciao_conn_source (const char *fname);
int start_ciao_ami_conn_idl (const char *fname);
@@ -293,7 +291,6 @@ public:
int end_ciao_exec_header (void);
int end_ciao_exec_source (void);
int end_ciao_exec_idl (void);
- int end_ciao_exec_svnt (void);
int end_ciao_conn_header (void);
int end_ciao_conn_source (void);
int end_ciao_ami_conn_idl (void);
@@ -355,9 +352,6 @@ public:
/// Get the CIAO executor IDL source stream.
TAO_OutStream *ciao_exec_idl (void);
- /// Get the CIAO executor svnt source stream.
- TAO_OutStream *ciao_exec_svnt (void);
-
/// Get the CIAO connector impl header stream.
TAO_OutStream *ciao_conn_header (void);
@@ -503,9 +497,6 @@ private:
/// Component executor impl source file.
TAO_OutStream *ciao_exec_idl_;
- /// Component executor svnt header file.
- TAO_OutStream *ciao_exec_svnt_;
-
/// Component connector impl header file.
TAO_OutStream *ciao_conn_header_;