Added GetChildListName() member function

This commit is contained in:
troy@netscape.com
1998-11-10 04:31:02 +00:00
parent 88473480e3
commit 59aa34963e
5 changed files with 36 additions and 3 deletions

View File

@@ -218,6 +218,12 @@ NS_IMETHODIMP nsHTMLReflowCommand::GetChildFrame(nsIFrame*& aChildFrame) const
return NS_OK;
}
NS_IMETHODIMP nsHTMLReflowCommand::GetChildListName(nsIAtom*& aListName) const
{
aListName = nsnull;
return NS_OK;
}
NS_IMETHODIMP nsHTMLReflowCommand::GetPrevSiblingFrame(nsIFrame*& aSiblingFrame) const
{
aSiblingFrame = mPrevSiblingFrame;