Test objectGetEntries() in the objectManager tests
This commit is contained in:
committed by
WineHQ
parent
6a403ecc0f
commit
641e1c32f6
@@ -605,6 +605,24 @@ class maintainer
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function display()
|
||||
{
|
||||
/* STUB: There is not much use for this, but it may be implemented later */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function objectMakeUrl()
|
||||
{
|
||||
/* STUB: There is not much use for this, but it may be implemented later */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function objectMakeLink()
|
||||
{
|
||||
/* STUB: There is not much use for this, but it may be implemented later */
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user