SVN Commit by andreas: r4405 - trunk/pgadmin3/src/include

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by andreas: r4405 - trunk/pgadmin3/src/include
Date: 2005-08-15 09:10:28
Message-ID: 200508150910.j7F9AS6e001315@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: andreas
Date: 2005-08-15 10:10:27 +0100 (Mon, 15 Aug 2005)
New Revision: 4405

Added:
trunk/pgadmin3/src/include/precomp.h
Log:
more class factory refactoring stuff, the rest

Added: trunk/pgadmin3/src/include/precomp.h
===================================================================
--- trunk/pgadmin3/src/include/precomp.h 2005-08-15 09:09:10 UTC (rev 4404)
+++ trunk/pgadmin3/src/include/precomp.h 2005-08-15 09:10:27 UTC (rev 4405)
@@ -0,0 +1,101 @@
+//////////////////////////////////////////////////////////////////////////
+//
+// pgAdmin III - PostgreSQL Tools
+// RCS-ID: $Id: pgAdmin3.h 4388 2005-08-09 18:03:49Z andreas $
+// Copyright (C) 2002 - 2005, The pgAdmin Development Team
+// This software is released under the Artistic Licence
+//
+// precomp.h - All header files for compilers supporting precompiled headers
+//
+//////////////////////////////////////////////////////////////////////////
+
+#include <wx/wxprec.h>
+
+#ifdef WX_PRECOMP
+
+#include "sysSettings.h"
+#include "pgfeatures.h"
+#include "menu.h"
+#include "misc.h"
+#include "sysLogger.h"
+
+#include "pgAggregate.h"
+#include "pgCast.h"
+#include "pgCheck.h"
+#include "pgColumn.h"
+#include "pgConversion.h"
+#include "pgDatatype.h"
+#include "pgDomain.h"
+#include "pgForeignKey.h"
+#include "pgFunction.h"
+#include "pgGroup.h"
+#include "pgIndex.h"
+#include "pgIndexConstraint.h"
+#include "pgLanguage.h"
+#include "pgOperator.h"
+#include "pgOperatorClass.h"
+#include "pgRule.h"
+#include "pgSequence.h"
+#include "pgTable.h"
+#include "pgTablespace.h"
+#include "pgTrigger.h"
+#include "pgType.h"
+#include "pgUser.h"
+#include "pgView.h"
+
+#include "dlgAggregate.h"
+#include "dlgCast.h"
+#include "dlgCheck.h"
+#include "dlgColumn.h"
+#include "dlgConversion.h"
+#include "dlgDomain.h"
+#include "dlgForeignKey.h"
+#include "dlgFunction.h"
+#include "dlgGroup.h"
+#include "dlgIndex.h"
+#include "dlgIndexConstraint.h"
+#include "dlgLanguage.h"
+#include "dlgOperator.h"
+#include "dlgRule.h"
+#include "dlgSequence.h"
+#include "dlgTable.h"
+#include "dlgTablespace.h"
+#include "dlgTrigger.h"
+#include "dlgType.h"
+#include "dlgUser.h"
+#include "dlgView.h"
+
+#include "pgaJob.h"
+#include "pgaSchedule.h"
+#include "pgaStep.h"
+
+#include "dlgJob.h"
+#include "dlgSchedule.h"
+#include "dlgStep.h"
+
+#include "dlgConnect.h"
+#include "dlgEditGridOptions.h"
+#include "dlgHbaConfig.h"
+#include "dlgMainConfig.h"
+#include "frmAbout.h"
+#include "frmBackup.h"
+#include "frmConfig.h"
+#include "frmEditGrid.h"
+#include "frmExport.h"
+#include "frmGrantWizard.h"
+#include "frmHbaConfig.h"
+#include "frmHelp.h"
+#include "frmHint.h"
+#include "frmIndexcheck.h"
+#include "frmMain.h"
+#include "frmMainConfig.h"
+#include "frmMaintenance.h"
+#include "frmOptions.h"
+#include "frmPassword.h"
+#include "frmQuery.h"
+#include "frmRestore.h"
+#include "frmSplash.h"
+#include "frmStatus.h"
+#include "frmUpdate.h"
+
+#endif

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-08-15 09:11:33 SVN Commit by andreas: r4406 - trunk/pgadmin3/src
Previous Message svn 2005-08-15 09:09:10 SVN Commit by andreas: r4404 - in trunk/pgadmin3/src: . ctl include/ctl