implemented ResolveSpecifier and GetSupportedSuites
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17735 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f4fc3d626a
commit
286a3c912a
@ -2889,16 +2889,14 @@ BMediaRoster::ResolveSpecifier(BMessage *msg,
|
|||||||
int32 form,
|
int32 form,
|
||||||
const char *property)
|
const char *property)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED();
|
return BLooper::ResolveSpecifier(msg, index, specifier, form, property);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* virtual */ status_t
|
/* virtual */ status_t
|
||||||
BMediaRoster::GetSupportedSuites(BMessage *data)
|
BMediaRoster::GetSupportedSuites(BMessage *data)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED();
|
return BLooper::GetSupportedSuites(data);
|
||||||
return B_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user