source: trunk/MagicSoft/MarsOctober/mbase/MParBase.h@ 1868

Last change on this file since 1868 was 447, checked in by harald, 24 years ago
Bringing the sources for the octobertest under CVS controll. (november, 3rd, 2000)
  • Property svn:executable set to *
File size: 206 bytes
Line 
1#ifndef MPARBASE_H
2#define MPARBASE_H
3
4#include "Magic.h"
5
6class MParBase
7{
8private:
9 Bool_t fIsBuffer;
10
11public:
12 Bool_t IsBuffer()
13 {
14 return fIsBuffer;
15 }
16};
17
18#endif
Note: See TracBrowser for help on using the repository browser.