refactoring

git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@523 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-17 01:04:01 +00:00
parent 2ca44ec361
commit dc5f002de3
17 changed files with 101 additions and 370 deletions

View File

@@ -75,7 +75,7 @@ Mount Mounts::GetCurrentMountPoint()
Mount::Type Mounts::CurrentMountType()
{
return current_dir.type;
return current_dir.type;
}
bool Mounts::CurrentMountIsParam(Mount::Param p)