00001 00002 // // 00003 // StChallenger // 00004 // // 00005 // Class enables the interface to the Grand Challenge services. // 00006 // // 00007 // To get access to the services use the static method Challenge(). // 00008 // Challenge() loads the appropriate shared libraries // 00009 // that implement the real interface. // 00010 // // 00012 00013 #ifndef STAR_StChallenger 00014 #define STAR_StChallenger 00015 00016 00017 #include "StFileI.h" 00018 00019 class StChallenger : public StFileI { 00020 00021 public: 00022 00023 virtual ~StChallenger(){} 00024 00025 static StChallenger *Challenge(); 00026 00027 ClassDef(StChallenger,0) 00028 00029 }; 00030 00031 #endif
1.5.9