25 |
|
{ |
26 |
|
private: |
27 |
|
_R<api::Thread> block; |
28 |
< |
mutable _R<dbi::Connection> connection; |
28 |
> |
mutable _R<Connector> connector; |
29 |
|
const ext::RedBlackSet<cse::String>& extensions; |
30 |
|
void Media(ios::Reader& media, const api::Address& host = api::Address()); |
31 |
|
void Media(const _R<xml::Node>& folder, const api::Path& path, const api::Path& root); |
34 |
|
public: |
35 |
|
Library library; |
36 |
|
Player player; |
37 |
< |
DecentralizedMedia(const ext::RedBlackSet<cse::String>& extensions, const ext::RedBlackSet<api::Path>& locals, int player); |
37 |
> |
DecentralizedMedia(const cse::String& configuration, const ext::RedBlackSet<cse::String>& extensions, const ext::RedBlackSet<api::Path>& locals, int player); |
38 |
|
}; |
39 |
|
|
40 |
|
#endif//_DecentralizedMedia_hpp_ |