Ignore:
Timestamp:
02/18/04 15:36:57 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamEvent.cc

    r2440 r3226  
    3131// If GetPixelContent returns kFALSE, it must not touch 'val'.
    3232//
     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//
    3339//////////////////////////////////////////////////////////////////////////////
    3440#include "MCamEvent.h"
Note: See TracChangeset for help on using the changeset viewer.