ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Mounter.h
(Generate patch)

Comparing trunk/Spectre/Mounter.h (file contents):
Revision 161 by douglas, 2003-06-09T21:32:04-07:00 vs.
Revision 172 by douglas, 2003-06-28T21:08:05-07:00

# 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() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines