Test objectGetEntries() in the objectManager tests

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-17 00:50:10 +00:00
committed by WineHQ
parent 6a403ecc0f
commit 641e1c32f6
2 changed files with 105 additions and 10 deletions

View File

@@ -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;
}
}
?>