KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
SRBDataRepository.h
Go to the documentation of this file.
1 
4 #ifndef __SRBDATAREPOSITORY_H
5 #define __SRBDATAREPOSITORY_H
6 
7 #include "KVDMSDataRepository.h"
8 
16 public:
18  virtual ~SRBDataRepository();
19 
20  ClassDef(SRBDataRepository, 1) //Remote data repository using SRB
21 };
22 
23 #endif
#define ClassDef(name, id)
Manage remote data repository using a Data Management System.
Remote data repository using SRB (Storage Resource Broker) DMS.
virtual ~SRBDataRepository()
Destructor.
SRBDataRepository()
Default constructor.