Switch to unified view
a/src/mediaserver/cdplugins/plgwithslave.hxx | b/src/mediaserver/cdplugins/plgwithslave.hxx | ||
---|---|---|---|
... |
... |
||
44 | 44 | ||
45 | // This is for internal use only, but moving it to Internal would |
45 | // This is for internal use only, but moving it to Internal would |
46 | // make things quite more complicated for a number of reasons. |
46 | // make things quite more complicated for a number of reasons. |
47 | virtual std::string get_media_url(const std::string& path); |
47 | virtual std::string get_media_url(const std::string& path); |
48 | 48 | ||
49 | // used for plugins which should start initialization asap |
||
50 | bool startInit(); |
||
51 | |||
49 | class Internal; |
52 | class Internal; |
50 | private: |
53 | private: |
51 | Internal *m; |
54 | Internal *m; |
52 | }; |
55 | }; |
53 | 56 |