added: mount points are read from db: /etc/fstab

changed: mount points parser allows empty lines (with some white characters)


git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@518 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-15 23:55:11 +00:00
parent 378cfc0c3d
commit 9129f1b82a
13 changed files with 132 additions and 22 deletions

View File

@@ -13,6 +13,7 @@
#include <map>
#include <string>
#include "mount.h"
@@ -21,6 +22,7 @@ class Mounts
{
public:
void ReadMounts(const std::string & mounts);
void ReadMounts();
void CalculateCurrentMountType();