summaryrefslogtreecommitdiff
path: root/mythfs/service/recordingsVolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/recordingsVolume.cpp')
-rw-r--r--mythfs/service/recordingsVolume.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mythfs/service/recordingsVolume.cpp b/mythfs/service/recordingsVolume.cpp
index 7529b9b..34ebbb8 100644
--- a/mythfs/service/recordingsVolume.cpp
+++ b/mythfs/service/recordingsVolume.cpp
@@ -21,7 +21,7 @@ namespace MythFS {
RecordingsVolume::opendir(const NetFS::ReqEnv, const std::string p, const Ice::Current & ic)
{
return Ice::uncheckedCast<::NetFS::DirectoryPrx>(
- ic.adapter->addFacetWithUUID(std::make_shared<OpenDirectory>(resolvePath(p)), "v02"));
+ ic.adapter->addWithUUID(std::make_shared<OpenDirectory>(resolvePath(p))));
}
void RecordingsVolume::mkdir(const NetFS::ReqEnv, const std::string, Ice::Int, const Ice::Current&)
{
@@ -89,7 +89,7 @@ namespace MythFS {
throw ::NetFS::SystemError(ENOSYS);
}
- void RecordingsVolume::rename(const NetFS::ReqEnv, const std::string, const std::string, const Ice::Current&)
+ void RecordingsVolume::rename(const NetFS::ReqEnv, const std::string, const std::string, Ice::optional<Ice::Int>, const Ice::Current&)
{
throw ::NetFS::SystemError(ENOSYS);
}