Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / TAO_IDL / be_include / be_exception.h
blob39d42cea0d78d49009b295077b3d1aa82197025d
1 #ifndef BE_EXCEPTION_H
2 #define BE_EXCEPTION_H
4 #include "be_structure.h"
5 #include "ast_exception.h"
7 class be_visitor;
9 class be_exception : public virtual AST_Exception,
10 public virtual be_structure
13 public:
14 be_exception (UTL_ScopedName *n,
15 bool local,
16 bool abstract);
18 // Cleanup function.
19 virtual void destroy ();
21 // Visiting.
22 virtual int accept (be_visitor *visitor);
25 #endif // end of if !defined (...)