/[PAMELA software]/gp2root/pHeaderID.h
ViewVC logotype

Annotation of /gp2root/pHeaderID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Apr 19 23:35:57 2006 UTC (18 years, 7 months ago) by pamela
Branch: v1r0
CVS Tags: start
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First release

1 pamela 1.1 #ifndef PHEADERID_H
2     #define PHEADERID_H
3    
4    
5     class pHeaderID {
6    
7     public:
8    
9     pHeaderID() {};
10     // virtual void SetHeaderID(const char * c)=0;
11     // virtual void Print()=0;
12     virtual void SetHeaderID(const char * c){};
13     virtual void Print(){};
14    
15     private:
16    
17    
18     };
19    
20     #endif //PHEADERID_H

  ViewVC Help
Powered by ViewVC 1.1.23