# | Line 12 | Line 12 | |
---|---|---|
12 | class Mounter : public Configurator | |
13 | { | |
14 | private: | |
15 | < | // |
15 | > | set<string> mounted; |
16 | > | void samba(); |
17 | > | void samba(ipstream& pin); |
18 | > | void mount(const string& folder, const string& user, const string& owner); |
19 | public: | |
20 | Mounter(const string& host) : Configurator(host) {} | |
21 | ~Mounter() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |