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 541 by douglas, 2005-07-02T18:26:58-07:00 vs.
Revision 542 by douglas, 2005-07-03T00:31:07-07:00

# Line 22 | Line 22 | class Share : public ext::ReferenceCount
22   private:
23          mutable _R<dbi::Connection> connection;
24   public:
25 +        static api::Path shares;
26          api::Address host;
27          cse::String share;
28          api::Path path;
29 <        Share(const _R<dbi::Connection>& connection, const api::Address& host, const cse::String& share);
29 >        Share(const _R<dbi::Connection>& connection, const api::InternetAddress& host, const cse::String& share);
30          ~Share();
31   };
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines