git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7798
4525493e-7705-40b1-a816-
d608a930855b
-Replica VfsCatalog::getReplica(const std::string& rfn) throw (DmException)
+Replica VfsCatalog::getReplicaByRFN(const std::string& rfn) throw (DmException)
{
Replica replica;
struct stat fstat;
void rename (const std::string&, const std::string&) throw (DmException);
void removeDir (const std::string&) throw (DmException);
- Replica getReplica (const std::string& rfn) throw (DmException);
+ Replica getReplicaByRFN(const std::string& rfn) throw (DmException);
void updateReplica(const Replica& replica) throw (DmException);
protected: