summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-11-18 02:14:14 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-11-18 02:14:14 +0000
commit24698d97637ee46a4f035b4501c87bf760993888 (patch)
tree1b55b6d7b4c8fdacde14aab8bb339fff0340cd31 /TAO/TAO_IDL
parentf877ccf43ac38ac1eecf136b9e5084a374662b34 (diff)
downloadATCD-24698d97637ee46a4f035b4501c87bf760993888.tar.gz
compiler changes - 5 new states
CVS: CVS: CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be_include/be_codegen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index f0cd8fa1ea0..e9a6849922a 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -177,11 +177,16 @@ public:
TAO_ARGUMENT_CH,
TAO_ARGUMENT_CI,
TAO_ARGUMENT_CS,
+ TAO_ARGUMENT_DOCALL_CS,
+ TAO_ARGUMENT_PRE_DOCALL_CS,
+ TAO_ARGUMENT_POST_DOCALL_CS,
TAO_ARGUMENT_SH,
TAO_ARGUMENT_SI,
TAO_ARGUMENT_SS,
TAO_ARGUMENT_VARDECL_SS,
TAO_ARGUMENT_UPCALL_SS,
+ TAO_ARGUMENT_PRE_UPCALL_SS,
+ TAO_ARGUMENT_POST_UPCALL_SS,
// emitting code for attributes
TAO_ATTRIBUTE_CH,