ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Mounter.hpp
(Generate patch)

Comparing Spectre2/Mounter.hpp (file contents):
Revision 417 by douglas, 2004-12-31T01:08:16-08:00 vs.
Revision 418 by douglas, 2005-03-02T22:36:24-08:00

# Line 16 | Line 16
16   class Mounter : public Daemon
17   {
18   private:
19 <        const ext::String& config;
19 >        const api::Path& config;
20   #ifdef __FreeBSD__
21          static ext::String secret;
22   #endif
23          virtual void load();
24          virtual void run();
25   public:
26 <        Mounter(const ext::String& config);
26 >        Mounter(const api::Path& config);
27          virtual ~Mounter();
28   };
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines