]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
imlementing dummy function for a pure virtual function of the AliShuttleInterface...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Apr 2011 08:06:00 +0000 (08:06 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Apr 2011 08:06:00 +0000 (08:06 +0000)
HLT/pendolino/AliHLTPendolino.cxx
HLT/pendolino/AliHLTPendolino.h

index fb68a400311f75f495b4a2135668cea63dd24cba..53c29afce2cfeaef3fe0112a6f146607878c2938 100644 (file)
 
 using namespace std;
 
+// this global object is not for use, it just makes sure that
+// AliHLTPendolino can be instantiated. In case of missing virtual
+// functions a compilation error will indicate potential problems in
+// the pendolino macros
+AliHLTPendolino gAliHLTPendolino(0,"");
 
 ClassImp(AliHLTPendolino)
 
index 6df78812b472068bb3c5c3becacd8c2b3e94e07b..b2fcd1ecfca24205fbb1e138120ef79207745b94 100644 (file)
@@ -405,7 +405,11 @@ class AliHLTPendolino : public AliShuttleInterface {
    * needs to be implemented to create pendolino instances
    */
   virtual void SendMLFromDet(const char* /*value*/) {}
-               
+  /**
+   * method introduced as pure virtual in r45587
+   * needs to be implemented to create pendolino instances
+   */
+  virtual TString* GetLTUConfig(const char* /*det*/) {return NULL;}    
        protected: