Ignore:
Timestamp:
10/30/01 13:38:00 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/GuiLinkDef.h

    r715 r1015  
    55#pragma link off all functions;
    66
    7 #pragma link C++ class MHexagon;
     7#pragma link C++ class MHexagon+;
    88
    9 #pragma link C++ class MGeomPix;
    10 #pragma link C++ class MGeomCam;
    11 #pragma link C++ class MGeomCamCT1;
    12 #pragma link C++ class MGeomCamMagic;
     9#pragma link C++ class MGeomPix+;
     10#pragma link C++ class MGeomCam+;
     11#pragma link C++ class MGeomCamCT1+;
     12#pragma link C++ class MGeomCamMagic+;
    1313
    14 #pragma link C++ class MCamDisplay;
     14#pragma link C++ class MCamDisplay+;
    1515
    1616#endif
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.h

    r980 r1015  
    1 #ifndef MCAMDISPLAY_H
    2 #define MCAMDISPLAY_H
     1#ifndef MARS_MCamDisplay
     2#define MARS_MCamDisplay
    33
    4 #ifndef MAGIC_H
     4#ifndef MARS_MAGIC
    55#include "MAGIC.h"
    66#endif
  • trunk/MagicSoft/Mars/mgui/MGeomCam.h

    r986 r1015  
    1 #ifndef MGEOMCAM_H
    2 #define MGEOMCAM_H
     1#ifndef MARS_MGeomCam
     2#define MARS_MGeomCam
    33
    4 #ifndef MAGIC_H
    5 #include "MAGIC.h"
    6 #endif
    7 #ifndef MPARCONTAINER_H
     4#ifndef MARS_MParContainer
    85#include "MParContainer.h"
    96#endif
  • trunk/MagicSoft/Mars/mgui/MGeomCamCT1.h

    r963 r1015  
    1 #ifndef MGEOMCAMCT1_H
    2 #define MGEOMCAMCT1_H
     1#ifndef MARS_MGeomCamCT1
     2#define MARS_MGeomCamCT1
    33
    4 #ifndef MAGIC_H
    5 #include "MAGIC.h"
    6 #endif
    7 #ifndef MGEOMCAM_H
     4#ifndef MARS_MGeomCam
    85#include "MGeomCam.h"
    96#endif
  • trunk/MagicSoft/Mars/mgui/MGeomCamMagic.h

    r963 r1015  
    1 #ifndef MGEOMCAMMAGIC_H
    2 #define MGEOMCAMMAGIC_H
     1#ifndef MARS_MGeomCamMagic
     2#define MARS_MGeomCamMagic
    33
    4 #ifndef MAGIC_H
    5 #include "MAGIC.h"
    6 #endif
    7 #ifndef MGEOMCAM_H
     4#ifndef MARS_MGeomCam
    85#include "MGeomCam.h"
    96#endif
  • trunk/MagicSoft/Mars/mgui/MGeomPix.h

    r986 r1015  
    1 #ifndef MGEOMPIX_H
    2 #define MGEOMPIX_H
     1#ifndef MARS_MGeomPix
     2#define MARS_MGeomPix
    33
    4 #ifndef MAGIC_H
    5 #include "MAGIC.h"
     4#ifndef MARS_MParContainer
     5#include "MParContainer.h"
    66#endif
    77
    8 class MGeomPix : public TObject
     8class MGeomPix : public MParContainer
    99{
    1010private:
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r986 r1015  
    1 #ifndef MHEXAGON_H
    2 #define MHEXAGON_H
     1#ifndef MARS_MHexagon
     2#define MARS_MHexagon
    33
    44//////////////////////////////////////////////////////////////
     
    99//
    1010//////////////////////////////////////////////////////////////
     11
     12#ifndef MARS_MAGIC
     13#include "MAGIC.h"
     14#endif
    1115
    1216#ifndef ROOT_TObject
Note: See TracChangeset for help on using the changeset viewer.