Ignore:
Timestamp:
03/15/02 15:00:19 (23 years ago)
Author:
blanch
Message:
The Automatic Scheme Evolution has been added to all MC format classes. It
means taht a + has been added in the definition of the classes.
It has been check that this does not implies lost of compatibility with the
old files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/McLinkDef.h

    r1109 r1243  
    55#pragma link off all functions;
    66 
    7 #pragma link C++ class MMcEvt;
    8 #pragma link C++ class MMcTrig;
     7#pragma link C++ class MMcEvt+;
     8#pragma link C++ class MMcTrig+;
    99#pragma link C++ class MMcRunHeader+;
    10 #pragma link C++ class MMcTrigHeader;
    11 #pragma link C++ class MMcFadcHeader;
     10#pragma link C++ class MMcTrigHeader+;
     11#pragma link C++ class MMcFadcHeader+;
    1212
    1313#endif
Note: See TracChangeset for help on using the changeset viewer.