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:
Jérôme Duval 2006-06-06 12:54:06 +00:00
parent f4fc3d626a
commit 286a3c912a

View File

@ -2889,16 +2889,14 @@ BMediaRoster::ResolveSpecifier(BMessage *msg,
int32 form,
const char *property)
{
UNIMPLEMENTED();
return 0;
return BLooper::ResolveSpecifier(msg, index, specifier, form, property);
}
/* virtual */ status_t
BMediaRoster::GetSupportedSuites(BMessage *data)
{
UNIMPLEMENTED();
return B_ERROR;
return BLooper::GetSupportedSuites(data);
}