From 638042861a5e3d2792400c36d358ea82516ede9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20=C3=81lvarez=20Ayll=C3=B3n?= Date: Thu, 15 Nov 2012 16:43:39 +0000 Subject: [PATCH] LCGDM-847: getReplica => getReplicaByRFN git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7798 4525493e-7705-40b1-a816-d608a930855b --- src/VfsNs.cpp | 2 +- src/VfsNs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VfsNs.cpp b/src/VfsNs.cpp index ba2c1ad..e7f1ec0 100644 --- a/src/VfsNs.cpp +++ b/src/VfsNs.cpp @@ -336,7 +336,7 @@ void VfsCatalog::removeDir(const std::string& path) throw (DmException) -Replica VfsCatalog::getReplica(const std::string& rfn) throw (DmException) +Replica VfsCatalog::getReplicaByRFN(const std::string& rfn) throw (DmException) { Replica replica; struct stat fstat; diff --git a/src/VfsNs.h b/src/VfsNs.h index 18241ec..e506f9f 100644 --- a/src/VfsNs.h +++ b/src/VfsNs.h @@ -86,7 +86,7 @@ namespace dmlite { 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: -- 1.8.2.3