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

Comparing DecentralizedMedia/Share.hpp (file contents):
Revision 514 by douglas, 2005-06-20T00:19:47-07:00 vs.
Revision 534 by douglas, 2005-06-29T23:01:02-07:00

# Line 13 | Line 13
13   #pragma once
14   #endif
15  
16 + #include <menes-api/socket.hpp>
17   #include <menes-api/path.hpp>
18   #include <menes-dbi/connection.hpp>
19  
# Line 21 | Line 22 | class Share : public ext::ReferenceCount
22   private:
23          mutable _H<dbi::Connection> connection;
24   public:
25 <        ext::String host, share;
25 >        api::Address host;
26 >        cse::String share;
27          api::Path path;
28 <        Share(const _H<dbi::Connection>& connection, const ext::String& host, const ext::String& share);
29 <        ~Share() { Unmount(); }
28 <        void Mount() const;
29 <        void Unmount() const;
28 >        Share(const _H<dbi::Connection>& connection, const api::Address& host, const cse::String& share);
29 >        ~Share();
30   };
31  
32   #endif//_Share_hpp_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines