Changeset 3226 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 02/18/04 15:36:57 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamEvent.cc
r2440 r3226 31 31 // If GetPixelContent returns kFALSE, it must not touch 'val'. 32 32 // 33 // You can derive a class in addition to TObject from MCamEvent, too. 34 // 35 // MCamEvent MUST be after TObject: 36 // ALLOWED: class MyClass : public TObject, public MCamEvent 37 // FORBIDDEN: class MyClass : public MCamEvent, public TObject 38 // 33 39 ////////////////////////////////////////////////////////////////////////////// 34 40 #include "MCamEvent.h"
Note:
See TracChangeset
for help on using the changeset viewer.