Parent Directory | Revision Log
1 | /** @file |
2 | * $Source: /home/cvspamela/yoda/event/TabDumpEvent.h,v $ |
3 | * $ $ |
4 | * $Author: nagni $ |
5 | * |
6 | * Header file for the TabDumpEvent class. |
7 | */ |
8 | #ifndef TABDUMP_EVENT_H |
9 | #define TABDUMP_EVENT_H |
10 | |
11 | #include "SubPacket.h" |
12 | |
13 | namespace pamela { |
14 | /** |
15 | * Information events about the TabDump. |
16 | */ |
17 | class TabDumpEvent: public pamela::SubPacket { |
18 | private: |
19 | |
20 | public: |
21 | TabDumpEvent(void); |
22 | |
23 | ClassDef(TabDumpEvent, 1) |
24 | }; |
25 | } |
26 | |
27 | #endif /* TABDUMP_EVENT_H */ |
28 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |