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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index ab6710b8ffd..686ed38e22f 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -607,9 +607,6 @@ public:
int end_server_template_skeletons (void);
// Put a last #endif in the server skeletons.
- int end_server_skeletons (void);
- // Put a last #endif in the server skeletons.
-
TAO_OutStream *client_header (void);
// Get the client header stream.
@@ -682,11 +679,6 @@ public:
// Pass along the #ident string, if any, from the IDL file.
private:
- void gen_ifndef_string (const char *fname,
- TAO_OutStream *stream,
- const char *prefix,
- const char *suffix);
-
TAO_OutStream *client_header_;
// Client header stream.