Nuke #pragma implementation/interface's

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-09-23 12:56:45 +00:00
parent 919de94c4f
commit 8907154c1a
2125 changed files with 13 additions and 8782 deletions

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "appsettings.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _AP_APPSETTINGS_H_
#define _AP_APPSETTINGS_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "appsettings.cpp"
#endif
#include "wx/notebook.h"
#include "wx/dialog.h"
#include "wx/datetime.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configitem.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CT_CONFIGITEM_H_
#define _CT_CONFIGITEM_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configitem.cpp"
#endif
#include "wx/wx.h"
#include "wx/treectrl.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configitemselector.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CONFIGITEMSELECTOR_H_
#define _CONFIGITEMSELECTOR_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configitemselector.cpp"
#endif
/*!
* Includes
*/

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtooldoc.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CT_CONFIGTOOLDOC_H_
#define _CT_CONFIGTOOLDOC_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtooldoc.cpp"
#endif
#include "wx/docview.h"
#include "wx/cmdproc.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtoolview.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CT_CONFIGTOOLVIEW_H_
#define _CT_CONFIGTOOLVIEW_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtoolview.cpp"
#endif
#include "wx/docview.h"
#include "wx/treectrl.h"
#include "wx/fdrepdlg.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "configtree.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -13,10 +13,6 @@
#ifndef _CT_CONFIGTREE_H_
#define _CT_CONFIGTREE_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "configtree.cpp"
#endif
#include "wx/wx.h"
#include "wx/treectrl.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "custompropertydialog.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CUSTOMPROPERTYDIALOG_H_
#define _CUSTOMPROPERTYDIALOG_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "custompropertydialog.cpp"
#endif
/*!
* Includes
*/

View File

@@ -12,9 +12,6 @@
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "htmlparser.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _HTMLPARSER_H_
#define _HTMLPARSER_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "htmlparser.cpp"
#endif
//#include "wx/module.h"
#include "wx/stream.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "mainframe.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _AP_MAINFRAME_H_
#define _AP_MAINFRAME_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "mainframe.cpp"
#endif
#include "wx/imaglist.h"
#include "wx/docview.h"
#include "wx/notebook.h"

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "propeditor.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _CT_PROPEDITOR_H_
#define _CT_PROPEDITOR_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "propeditor.cpp"
#endif
#include "wx/splitter.h"
#include "wx/grid.h"

View File

@@ -10,10 +10,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "property.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -13,10 +13,6 @@
#ifndef _CT_PROPERTY_H_
#define _CT_PROPERTY_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "property.cpp"
#endif
#include "wx/variant.h"
/*!

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "settingsdialog.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _SETTINGSDIALOG_H_
#define _SETTINGSDIALOG_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "settingsdialog.cpp"
#endif
/*!
* Includes
*/

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
// #pragma implementation
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -14,10 +14,6 @@
* \brief A file of utility functions and classes.
*/
#ifdef __GNUG__
// #pragma interface
#endif
#ifndef _AP_UTILS_H_
#define _AP_UTILS_H_

View File

@@ -9,10 +9,6 @@
// Licence:
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "wxconfigtool.h"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"

View File

@@ -12,10 +12,6 @@
#ifndef _AP_WXCONFIGTOOL_H_
#define _AP_WXCONFIGTOOL_H_
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "wxconfigtool.cpp"
#endif
#include "wx/docview.h"
#include "wx/help.h"
#include "wx/app.h"