Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / TAO_IDL / be_include / be_publishes.h
blob7a68c3fe304012680df584419dc5e92f7d517549
1 // -*- C++ -*-
2 #ifndef BE_PUBLISHES_H
3 #define BE_PUBLISHES_H
5 #include "ast_publishes.h"
7 #include "be_field.h"
9 class be_eventtype;
10 class be_visitor;
12 class be_publishes : public virtual AST_Publishes,
13 public virtual be_field
15 public:
16 be_publishes (UTL_ScopedName *n,
17 AST_Type *publishes_type);
19 virtual ~be_publishes ();
21 // Non-virtual override of frontend method.
22 be_eventtype *publishes_type () const;
24 // Visiting.
25 virtual int accept (be_visitor *visitor);
27 // Cleanup.
28 virtual void destroy ();
31 #endif // BE_PUBLISHES_H