summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/include/ast_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/include/ast_decl.h')
-rw-r--r--modules/TAO/TAO_IDL/include/ast_decl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/TAO/TAO_IDL/include/ast_decl.h b/modules/TAO/TAO_IDL/include/ast_decl.h
index 5599d0dbbb6..8d4b887cc6e 100644
--- a/modules/TAO/TAO_IDL/include/ast_decl.h
+++ b/modules/TAO/TAO_IDL/include/ast_decl.h
@@ -152,7 +152,8 @@ public:
, NT_native // Denotes a native type
// dependent on the programming
// language
- , NT_factory // Denotes a OBV factory construct
+ , NT_factory // Denotes a OBV or home factory construct
+ , NT_finder // Denotes a home finder construct
, NT_component // Denotes a CORBA component
, NT_component_fwd // Denotes a forward declared component
, NT_home // Denotes a CORBA component home