mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Added note on making fns virtual.
This commit is contained in:
parent
587c81faba
commit
b258cdbea3
@ -729,6 +729,10 @@ RDFGenericBuilderImpl::OnUnassert(nsIRDFResource* aSubject,
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsIDOMNodeObserver interface
|
||||
//
|
||||
// XXX Any of these methods that can't be implemented in a generic
|
||||
// way should become pure virtual on this class.
|
||||
//
|
||||
|
||||
NS_IMETHODIMP
|
||||
RDFGenericBuilderImpl::OnSetNodeValue(nsIDOMNode* aNode, const nsString& aValue)
|
||||
|
@ -729,6 +729,10 @@ RDFGenericBuilderImpl::OnUnassert(nsIRDFResource* aSubject,
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsIDOMNodeObserver interface
|
||||
//
|
||||
// XXX Any of these methods that can't be implemented in a generic
|
||||
// way should become pure virtual on this class.
|
||||
//
|
||||
|
||||
NS_IMETHODIMP
|
||||
RDFGenericBuilderImpl::OnSetNodeValue(nsIDOMNode* aNode, const nsString& aValue)
|
||||
|
@ -729,6 +729,10 @@ RDFGenericBuilderImpl::OnUnassert(nsIRDFResource* aSubject,
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// nsIDOMNodeObserver interface
|
||||
//
|
||||
// XXX Any of these methods that can't be implemented in a generic
|
||||
// way should become pure virtual on this class.
|
||||
//
|
||||
|
||||
NS_IMETHODIMP
|
||||
RDFGenericBuilderImpl::OnSetNodeValue(nsIDOMNode* aNode, const nsString& aValue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user