summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-28 00:12:31 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-28 00:12:31 +0000
commitf86da1d8b8bf7fd2e75d9b4c30badd3cea34ac2d (patch)
treed1974300673d8235d187584da60df745d61044b9 /TAO/TAO_IDL/be_include
parent766f4434bcb453048e4ead60ea10501c06d5ffd8 (diff)
downloadATCD-f86da1d8b8bf7fd2e75d9b4c30badd3cea34ac2d.tar.gz
ChangeLogTag: Tue Jan 27 18:05:19 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/be_codegen.h3
-rw-r--r--TAO/TAO_IDL/be_include/be_global.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index 500def365b6..c59139cf4b0 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -275,7 +275,6 @@ public:
int start_server_template_skeletons (const char *fname);
// Set the server template skeletons stream.
- int start_anyop_header (const char *fname);
int start_anyop_source (const char *fname);
// TAO developers only.
@@ -304,7 +303,6 @@ public:
int end_server_skeletons (void);
// Put a last #endif in the server skeletons.
- int end_anyop_header (void);
int end_anyop_source (void);
// TAO developers only.
@@ -438,7 +436,6 @@ private:
TAO_OutStream *server_template_inline_;
// Server side template inline file.
- TAO_OutStream *anyop_header_;
TAO_OutStream *anyop_source_;
// For use by TAO developers only.
diff --git a/TAO/TAO_IDL/be_include/be_global.h b/TAO/TAO_IDL/be_include/be_global.h
index 63f9e376043..532c4707ec3 100644
--- a/TAO/TAO_IDL/be_include/be_global.h
+++ b/TAO/TAO_IDL/be_include/be_global.h
@@ -97,9 +97,6 @@ public:
static const char *be_get_server_template_inline_fname (
int base_name_only = 0
);
- static const char *be_get_anyop_header_fname (
- int base_name_only = 0
- );
static const char *be_get_anyop_source_fname (
int base_name_only = 0
);