This commit is contained in:
hyatt%netscape.com 1999-11-30 11:37:17 +00:00
Родитель 43fcb3ac12
Коммит b5e18743bf
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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: