Parent Directory | Revision Log | Patch
revision 1.10 by mocchiut, Fri Nov 23 16:42:24 2007 UTC | revision 1.11 by pam-fi, Fri Sep 2 14:49:03 2011 UTC | |
---|---|---|
# | Line 34 class AcLevel2 : public TObject { | Line 34 class AcLevel2 : public TObject { |
34 | ||
35 | // constructor | // constructor |
36 | AcLevel2(); ///< constructor | AcLevel2(); ///< constructor |
37 | AcLevel2* GetAcLevel2(){return this;}; ///< returns pointer to this object | AcLevel2* GetAcLevel2(){return this;} ///< returns pointer to this object |
38 | void GetLevel2Struct(cAcLevel2 *) const; | void GetLevel2Struct(cAcLevel2 *) const; |
39 | void SetFromLevel2Struct(cAcLevel2 *); | void SetFromLevel2Struct(cAcLevel2 *); |
40 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |