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 402 by douglas, 2004-12-29T22:38:37-08:00 vs.
Revision 408 by douglas, 2004-12-31T01:08:16-08:00

# Line 17 | Line 17 | class Mounter : public Daemon
17   {
18   private:
19          const ext::String& 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);
27 +        virtual ~Mounter();
28   };
29  
30   #endif // _Mounter_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines