summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-06 05:50:44 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-06 05:50:44 +0000
commit5b13327dc49f77bb90a3bd9ac7fa1ab7ab0f5311 (patch)
tree21f9250a1cb4174bafcdd936089827859a3c75f9 /TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
parente9b3d12e8bbfeb65d2758e4481640ec701169ac8 (diff)
downloadATCD-5b13327dc49f77bb90a3bd9ac7fa1ab7ab0f5311.tar.gz
ChangeLog: Sat Jan 5 21:31:43 2002 Mayur Deshpande <mayur@ics.uci.edu>
ChangeLog: Sat Jan 5 18:27:59 2002 Mayur Deshpande <mayur@ics.uci.edu> ChangeLog: Sat Jan 5 18:15:34 2002 Mayur Deshpande <mayur@ics.uci.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
index 84196336afe..fdb74a70d9f 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype.h
@@ -105,7 +105,7 @@ protected:
// In this case we don't need to bother about factory.
//
// (2) There are no (operations or initializers) (i.e. only state
- // members) then we need a concrete type-specific factory
+ // members) then we need a concrete type-specific factory
// class whose create_for_unmarshal creates OBV_ class.
//
// (3) There is at least one operation and at least one initializer.