home *** CD-ROM | disk | FTP | other *** search
- /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- *
- * The contents of this file are subject to the Netscape Public License
- * Version 1.0 (the "NPL"); you may not use this file except in
- * compliance with the NPL. You may obtain a copy of the NPL at
- * http://www.mozilla.org/NPL/
- *
- * Software distributed under the NPL is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- * for the specific language governing rights and limitations under the
- * NPL.
- *
- * The Initial Developer of this code under the NPL is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998 Netscape Communications Corporation. All Rights
- * Reserved.
- */
-
- //{{NO_DEPENDENCIES}}
- #ifndef __FORWARD_H
- #define __FORWARD_H
-
- // Purpose: Hold any needed forward declarations to get
- // header files to compile when included
- // in an arbitrary order.
-
- class CTreeMenu;
- class CTreeItemList;
- class CColorWnd;
- class CNcapiUrlData;
- class CDDEEchoItem;
- class CDDEWindowChangeItem;
- class CHelperApp;
- class CHotlistDlg;
- class CMainFrame;
- class CMailNewsFrame;
- class CSearchFrame;
- class CLDAPSearchFrame;
- class CAddrFrame;
- class CNetscapeDoc;
- class CGenericDocTemplate;
- class CNetscapeDocTemplate;
- class CNetscapeComposeTemplate;
- class CNetscapeTextComposeTemplate;
- class CNetscapeMessageTemplate;
- class CNetscapeSearchTemplate;
- class CNetscapeAddrTemplate;
- class CyaFont;
- class CNetscapeView;
- class CNewBookmarkWnd;
- class CSpawnList;
- class CHiddenFrame;
- class CGenericDoc;
- class CGenericFrame;
- class CNSGenFrame;
- class CNSNavFrame;
- class CGenericView;
- class CNetscapeSrvrItem;
- class CAbstractCX;
- class CStubsCX;
- class CWinCX;
- class CNetscapeFindReplaceDialog;
- class CGenericEdit;
- class CFormElement;
- class COutlinerView;
- class CSaveCX;
- class CNavEdit;
- class CSelector;
-
- struct CDDEDownloadData;
- struct CDDEStreamData;
- struct CStreamData;
-
- class CNetscapeEditTemplate;
- class CEditFrame;
- class CNetscapeEditView;
- class CEditControlFrame;
- class CNetscapeEditTemplate;
- class CSaveFileDlg;
-
- #endif // __FORWARD_H
-