summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_field.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 17:34:56 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 17:34:56 +0000
commit941741da484ba50c4577fc53e9be6eea300fa2a5 (patch)
tree6ed27dc6a4b35eca1e746e6fc13ba844b6d390f6 /TAO/TAO_IDL/be_include/be_field.h
parent0e20a37f9509ca5f382c0f7bc8306de6e3949fed (diff)
downloadATCD-941741da484ba50c4577fc53e9be6eea300fa2a5.tar.gz
ChangeLogTag: Mon Dec 31 11:01:29 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_field.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_field.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_field.h b/TAO/TAO_IDL/be_include/be_field.h
index 409897b07eb..33fbc73148a 100644
--- a/TAO/TAO_IDL/be_include/be_field.h
+++ b/TAO/TAO_IDL/be_include/be_field.h
@@ -25,7 +25,6 @@
#include "be_decl.h"
#include "ast_field.h"
-class UTL_StrList;
class be_visitor;
class be_field : public virtual AST_Field,
@@ -37,7 +36,6 @@ public:
be_field (AST_Type *ft,
UTL_ScopedName *n,
- UTL_StrList *p,
Visibility vis = vis_NA);
// Constructor.