summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-20 17:17:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-20 17:17:14 +0000
commit9729236a332dc5c573fd5dad73950c89c5e605f2 (patch)
tree88fe8fe3ea277e60b8185c1db07ec0cbc68b7847
parent9dc2faa5596e3b57c7eb61feb1b3fd44294b0ec0 (diff)
downloadATCD-9729236a332dc5c573fd5dad73950c89c5e605f2.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
index bf844a876aa..c4ebeaef775 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
@@ -225,9 +225,15 @@ be_visitor_attribute::visit_attribute (be_attribute *node)
case TAO_CodeGen::TAO_ATTRIBUTE_CH:
ctx.state (TAO_CodeGen::TAO_OPERATION_CH);
break;
+ case TAO_CodeGen::TAO_LOCAL_ATTRIBUTE_H:
+ ctx.state (TAO_CodeGen::TAO_LOCAL_OPERATION_H);
+ break;
case TAO_CodeGen::TAO_ATTRIBUTE_CS:
ctx.state (TAO_CodeGen::TAO_OPERATION_CS);
break;
+ case TAO_CodeGen::TAO_LOCAL_ATTRIBUTE_S:
+ ctx.state (TAO_CodeGen::TAO_LOCAL_OPERATION_S);
+ break;
case TAO_CodeGen::TAO_ATTRIBUTE_SH:
ctx.state (TAO_CodeGen::TAO_OPERATION_SH);
break;