|
a/src/ohplaylist.hxx |
|
b/src/ohplaylist.hxx |
|
... |
|
... |
36 |
bool cacheFind(const std::string& uri, std:: string& meta);
|
36 |
bool cacheFind(const std::string& uri, std:: string& meta);
|
37 |
|
37 |
|
38 |
// Internal non-soap versions of some of the interface for use by
|
38 |
// Internal non-soap versions of some of the interface for use by
|
39 |
// e.g. ohreceiver
|
39 |
// e.g. ohreceiver
|
40 |
bool insertUri(int afterid, const std::string& uri,
|
40 |
bool insertUri(int afterid, const std::string& uri,
|
41 |
const std::string& metadata, int *newid = 0);
|
41 |
const std::string& metadata, int *newid, bool nocheck);
|
42 |
bool ireadList(const std::vector<int>&, std::vector<UpSong>&);
|
42 |
bool ireadList(const std::vector<int>&, std::vector<UpSong>&);
|
43 |
bool iidArray(std::string& idarray, int *token);
|
43 |
bool iidArray(std::string& idarray, int *token);
|
44 |
bool urlMap(std::unordered_map<int, std::string>& umap);
|
44 |
bool urlMap(std::unordered_map<int, std::string>& umap);
|
45 |
|
45 |
|
46 |
int iStop();
|
46 |
int iStop();
|