Cannot forward declare a class used with an nsCOMPtr.

see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
This commit is contained in:
ramiro%netscape.com 1999-03-08 18:57:21 +00:00
Родитель 71359f970b
Коммит 48e7853276
2 изменённых файлов: 13 добавлений и 2 удалений

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

@ -27,7 +27,12 @@
#include "nsIDOMBaseAppCore.h"
#include "nsCOMPtr.h"
class nsIDOMNode;
// Cannot forward declare a class used with an nsCOMPtr.
// see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
// class nsIDOMNode;
#include "nsIDOMNode.h"
class nsIDOMDocument;
class nsIScriptContext;
class nsIDOMWindow;

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

@ -28,9 +28,15 @@
#include "nsIDOMToolkitCore.h"
#include "nsBaseAppCore.h"
class nsIDOMWindow;
class nsIScriptContext;
class nsIWebShellWindow;
// Cannot forward declare a class used with an nsCOMPtr.
// see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
//class nsIWebShellWindow;
#include "nsIWebShellWindow.h"
////////////////////////////////////////////////////////////////////////////////
// nsToolbarCore: