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 534 by douglas, 2005-06-29T23:01:02-07:00 vs.
Revision 540 by douglas, 2005-07-01T23:56:04-07:00

# Line 20 | Line 20
20   class Share : public ext::ReferenceCounted
21   {
22   private:
23 <        mutable _H<dbi::Connection> connection;
23 >        mutable _P<dbi::Connection> connection;
24   public:
25          api::Address host;
26          cse::String share;
27          api::Path path;
28 <        Share(const _H<dbi::Connection>& connection, const api::Address& host, const cse::String& share);
28 >        Share(const _P<dbi::Connection>& connection, const api::Address& host, const cse::String& share);
29          ~Share();
30   };
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines