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

Comparing DecentralizedMedia/DecentralizedMedia.hpp (file contents):
Revision 478 by douglas, 2005-06-08T17:16:59-07:00 vs.
Revision 484 by douglas, 2005-06-16T21:52:32-07:00

# Line 14 | Line 14
14   #endif
15  
16   #include <menes-api/process.hpp>
17 + #include <menes-dbi/connection.hpp>
18   #include <menes-waf/server.hpp>
19  
20   #include "BeepRemote.hpp"
# Line 26 | Line 27 | public:
27   private:
28          _H<api::Thread> block;
29          _H<api::Process> process;
30 +        _H<dbi::Connection> connection;
31          const _L<ext::String>& extensions;
32 <        ext::RedBlackMap<ext::String, ext::String> shares;
31 <        ext::RedBlackSet<ext::String> media;
32 >        ext::RedBlackSet<ext::String> shares;
33          int Destroy() { return process->Join(); }
34   protected:
35          virtual void Process(const net::Http::Request& request, net::Http::Response& response);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines