KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
SRBDataRepository.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Sat Jul 18 16:54:29 2009
2 //Author: John Frankland
3 
4 #include "SRBDataRepository.h"
5 #include "SRB.h"
6 
8 
9 
10 
11 
15 {
16  // Default constructor
17  fDMS = new SRB();//set up interface to SRB
18 }
19 
20 
21 
24 
26 {
27  // Destructor
28 }
29 
30 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
Remote data repository using SRB (Storage Resource Broker) DMS.
virtual ~SRBDataRepository()
Destructor.
Interface to SRB (Storage Resource Broker) DMS client.
Definition: SRB.h:14