summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_exception.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 13:49:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-01 13:49:23 +0000
commit0155b2254e16d6c9e5d0b6c0c101de84e4fe432f (patch)
tree3b973276984c17f2240b1724fe1c92026081e981 /TAO/TAO_IDL/be/be_exception.cpp
parent23696f26059dd5f33b655db7be60db00400ba408 (diff)
downloadATCD-0155b2254e16d6c9e5d0b6c0c101de84e4fe432f.tar.gz
ChangeLogTag: Mon Jul 1 08:31:04 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_exception.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_exception.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp
index 1df3a76eeec..ebd3592ea33 100644
--- a/TAO/TAO_IDL/be/be_exception.cpp
+++ b/TAO/TAO_IDL/be/be_exception.cpp
@@ -20,15 +20,16 @@
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "be_exception.h"
+#include "be_visitor.h"
-ACE_RCSID(be, be_exception, "$Id$")
+ACE_RCSID (be,
+ be_exception,
+ "$Id$")
be_exception::be_exception (void)
{
- this->size_type (be_decl::VARIABLE); // always the case
+ this->size_type (AST_Type::VARIABLE); // always the case
}
be_exception::be_exception (UTL_ScopedName *n,
@@ -45,7 +46,7 @@ be_exception::be_exception (UTL_ScopedName *n,
abstract)
{
// Always the case.
- this->size_type (be_decl::VARIABLE);
+ this->size_type (AST_Type::VARIABLE);
}
void