summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 12:13:54 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 12:13:54 +0000
commit00a6d3c7a315423e1e584b3c7a445be1f20ebf41 (patch)
tree06d38b591fa8a01631a2d64ccf9038f12ed5d48b /TAO/TAO_IDL/be_include/be_helper.h
parent618d7a1736bbc5a5f7a07c56cba9a26a5ed8548a (diff)
downloadATCD-00a6d3c7a315423e1e584b3c7a445be1f20ebf41.tar.gz
Tue Jul 14 11:12:09 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index e0d7253e035..07e42a54096 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -108,7 +108,12 @@ public:
TAO_SVR_TMPL_INL,
TAO_SVR_IMPL,
TAO_SVR_TMPL_IMPL,
- TAO_GPERF_INPUT
+ TAO_GPERF_INPUT,
+ CIAO_SVNT_HDR,
+ CIAO_SVNT_IMPL,
+ CIAO_EXEC_HDR,
+ CIAO_EXEC_IMPL,
+ CIAO_EXEC_IDL
};
TAO_OutStream (void);
@@ -191,12 +196,11 @@ public:
TAO_OutStream &operator<< (AST_Expression *expr);
// output an AST_Expression node
- // provided by specialized classes
- virtual TAO_OutStream &print (Identifier *id) = 0;
+ TAO_OutStream &print (Identifier *id);
- virtual TAO_OutStream &print (UTL_IdList *idl) = 0;
+ TAO_OutStream &print (UTL_IdList *idl);
- virtual TAO_OutStream &print (AST_Expression *idl) = 0;
+ TAO_OutStream &print (AST_Expression *idl);
protected:
FILE *fp_;