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

Comparing Spectre2/Spectre2.hpp (file contents):
Revision 428 by douglas, 2005-03-24T17:38:00-08:00 vs.
Revision 429 by douglas, 2005-03-25T18:47:25-08:00

# Line 45 | Line 45 | typedef api::Posix::FileStream<api::Posi
45   #endif
46  
47   class Daemon;
48 class Share;
48  
49   class Spectre2
50   {
# Line 56 | Line 55 | public:
55          ~Spectre2();
56          static ext::String program, prefix, root, mount;
57          static bool debug;
58 <        static ext::Vector<Daemon*> daemons;
60 <        static ext::RedBlackSet<Share> shares;
61 <        static api::ThreadMutex sharesLock;
58 >        static Daemon* daemon;
59   };
60  
61   #endif//_Spectre2_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines