]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Implement the IsOwner method (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Apr 2007 09:17:35 +0000 (09:17 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Apr 2007 09:17:35 +0000 (09:17 +0000)
MUON/AliMUONDataDigitIterator.h

index bf3cfb315e51365a565882f2519083defc937852..f2c651c52c98f7ea454457ba5d51b445701849ab 100644 (file)
@@ -33,6 +33,8 @@ public:
   
   Bool_t Remove();
   
+  Bool_t IsOwner() const { return kFALSE; }
+  
 private:
     void CopyTo(AliMUONDataDigitIterator& destination) const;