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

Comparing Spectre2/Unmounter.hpp (file contents):
Revision 402 by douglas, 2004-12-29T22:38:37-08:00 vs.
Revision 418 by douglas, 2005-03-02T22:36:24-08:00

# Line 16 | Line 16
16   class Unmounter : public Daemon
17   {
18   private:
19 <        const ext::String& config;
19 >        const api::Path& config;
20          virtual void load();
21          virtual void run();
22   public:
23 <        Unmounter(const ext::String& config);
23 >        Unmounter(const api::Path& config);
24   };
25  
26   #endif // _Unmounter_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines