This commit is contained in:
root 2014-08-06 07:48:16 +04:00
parent 8978f9bcc6
commit 713787d92f
9 changed files with 18 additions and 34 deletions

View file

@ -83,6 +83,11 @@ boost::filesystem::path AndroidPath::getGlobalDataPath() const
return globalDataPath / mName;
}
boost::filesystem::path AndroidPath::getInstallPath() const
{
return boost::filesystem::path();
}
} /* namespace Files */