]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/STEERBase/AliVVkink.h
add special constructors for restoring the vtable ptr
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliVVkink.h
1 #ifndef ALIVVkink_H
2 #define ALIVVkink_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               *
6  * Primary Authors : Sergey Gorbunov, Jochen Thaeder, Chiara Zampolli     */
7
8 /**
9  * >> interface class <<
10  */
11
12 class AliVVkink
13 {
14   public:
15   virtual ~AliVVkink() {}
16
17   //  ClassDef(AliVVkink, 0)  // base class for kink data
18
19 };
20
21 #endif