24 |
|
api::Path path; |
25 |
|
ext::String artist, title, album, genre; |
26 |
|
MediaFile(_H<dbi::Connection>& connection, const api::Path& path); |
27 |
< |
MediaFile(_H<dbi::Connection>& connection, const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre); |
27 |
> |
MediaFile(_H<dbi::Connection>& connection, const api::Path& path, const ext::String& artist, const ext::String& title, const ext::String& album, const ext::String& genre, const api::Path& root); |
28 |
|
}; |
29 |
|
|
30 |
|
#endif//_MediaFile_hpp_ |