TSeqNoAllocator.hxx
Go to the documentation of this file.00001 #ifndef TSeqNoAllocator_hxx_seen
00002 #define TSeqNoAllocator_hxx_seen
00003
00004 #include <string>
00005 #include "Rtypes.h"
00006
00007
00008 class TSeqNoAllocator;
00009
00010
00011
00012 class TSeqNoAllocator {
00013
00014 public:
00015 TSeqNoAllocator() {}
00016 virtual ~TSeqNoAllocator() {};
00017 Int_t GetSeqNo(const std::string& tableName,
00018 Int_t requireGlobal = 0,
00019 Int_t dbNo = 0) const;
00020 };
00021
00022 #endif