diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-02-18 20:37:07 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-02-18 20:37:07 +0000 |
commit | d962de7484784d44a19ca5732689bdc4ae2f2007 (patch) | |
tree | d6960f89744d8219b9bd6a0a1dbd522df27e1f71 /TAO/TAO_IDL/include/ast_home.h | |
parent | b7d404dec39364d950ab21ce9667535b358e4bb3 (diff) | |
download | ATCD-d962de7484784d44a19ca5732689bdc4ae2f2007.tar.gz |
ChangeLogTag: Thu Feb 18 20:36:04 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/ast_home.h')
-rw-r--r-- | TAO/TAO_IDL/include/ast_home.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_home.h b/TAO/TAO_IDL/include/ast_home.h index 547b6aae8bd..ae0379dd431 100644 --- a/TAO/TAO_IDL/include/ast_home.h +++ b/TAO/TAO_IDL/include/ast_home.h @@ -59,6 +59,8 @@ public: // Visiting. virtual int ast_accept (ast_visitor *visitor); + + static AST_Decl::NodeType const NT; private: // Scope Management Protocol. |