# | Line 12 | Line 12 | |
---|---|---|
12 | class Maker : public Configurator | |
13 | { | |
14 | private: | |
15 | < | // |
15 | > | void samba(); |
16 | > | void make(const string& folder, const string& owner); |
17 | public: | |
18 | Maker(const string& host) : Configurator(host) {} | |
19 | ~Maker() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |