summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_decl.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 01:59:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 01:59:23 +0000
commit35e9f7d2b6aaf88587e8dcec8f12d56528f42fff (patch)
treed5791d38d3211b74b372bfe565258a9fa84a8d67 /TAO/TAO_IDL/include/ast_decl.h
parentd2b5683a0549329c2f0669707975e1d69e2e1b7f (diff)
downloadATCD-35e9f7d2b6aaf88587e8dcec8f12d56528f42fff.tar.gz
Added forward delcarations of class Identifier, to
hopefully help out AIX w/IBM C++.
Diffstat (limited to 'TAO/TAO_IDL/include/ast_decl.h')
-rw-r--r--TAO/TAO_IDL/include/ast_decl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_decl.h b/TAO/TAO_IDL/include/ast_decl.h
index a455914f445..ef14aa5a441 100644
--- a/TAO/TAO_IDL/include/ast_decl.h
+++ b/TAO/TAO_IDL/include/ast_decl.h
@@ -86,6 +86,9 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_scoped_name.h"
#include "utl_string.h"
+// This is for AIX w/IBM C++
+class Identifier;
+
// This class is needed (only for g++) to get around a bug in g++ which
// causes virtual operations to not be looked up correctly if an operation
// is defined in more than one virtual public base class. This class makes