# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |