source:
trunk/MagicSoft/MarsOctober/mbase/MParBase.h@
660
Last change on this file since 660 was 447, checked in by , 24 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | #ifndef MPARBASE_H |
2 | #define MPARBASE_H |
3 | |
4 | #include "Magic.h" |
5 | |
6 | class MParBase |
7 | { |
8 | private: |
9 | Bool_t fIsBuffer; |
10 | |
11 | public: |
12 | Bool_t IsBuffer() |
13 | { |
14 | return fIsBuffer; |
15 | } |
16 | }; |
17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.