summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/include/fe_event_header.h
blob: 2989b4430f5a382a2dcaf082c8e9c1ac919cfa96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// $Id$

#ifndef FE_EVENT_HEADER_H
#define FE_EVENT_HEADER_H

#include "fe_obv_header.h"

class AST_EventType;

// FE_EventHeader
// Internal class for FE to describe eventtype headers.
//

class FE_EventHeader : public FE_OBVHeader
{
public:

  FE_EventHeader (UTL_ScopedName *n,
                  UTL_NameList *inherits,
                  UTL_NameList *supports,
                  bool truncatable);
  virtual ~FE_EventHeader (void);
};

#endif /* FE_EVENT_HEADER_H */