Adding comments.

This commit is contained in:
hyatt%netscape.com 1999-11-30 11:37:17 +00:00
parent 43fcb3ac12
commit b5e18743bf
2 changed files with 6 additions and 6 deletions

View File

@ -84,9 +84,9 @@ void BreakProviderAndRemainingFromPath(const char* i_path, char** o_provider, ch
////////////////////////////////////////////////////////////////////////////////
// XXX Both overlayEnumerator and chromeEntryEnumerator must take two sets of
// arcs rather than one, and they must be able to move to the second set after
// finishing the first.
// XXX LOCAL COMPONENT PROBLEM! overlayEnumerator must take two sets of
// arcs rather than one, and must be able to move to the second set after
// finishing the first (chromeEntryEnumerator can do this, code needs to be copied).
class nsOverlayEnumerator : public nsISimpleEnumerator
{
public:

View File

@ -84,9 +84,9 @@ void BreakProviderAndRemainingFromPath(const char* i_path, char** o_provider, ch
////////////////////////////////////////////////////////////////////////////////
// XXX Both overlayEnumerator and chromeEntryEnumerator must take two sets of
// arcs rather than one, and they must be able to move to the second set after
// finishing the first.
// XXX LOCAL COMPONENT PROBLEM! overlayEnumerator must take two sets of
// arcs rather than one, and must be able to move to the second set after
// finishing the first (chromeEntryEnumerator can do this, code needs to be copied).
class nsOverlayEnumerator : public nsISimpleEnumerator
{
public: