diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-29 19:39:28 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-29 19:39:28 +0000 |
commit | 08e024dd1af93f9b05a4bd18b227845822082175 (patch) | |
tree | 2fbfacf1f79ef2bbb20eecee999207f28c365343 /Source/SPExporter.h | |
parent | fb82d1f21998fb4328bf04372477592e5a1af9f7 (diff) | |
download | sequelpro-08e024dd1af93f9b05a4bd18b227845822082175.tar.gz sequelpro-08e024dd1af93f9b05a4bd18b227845822082175.tar.bz2 sequelpro-08e024dd1af93f9b05a4bd18b227845822082175.zip |
More data export work.
Diffstat (limited to 'Source/SPExporter.h')
-rw-r--r-- | Source/SPExporter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPExporter.h b/Source/SPExporter.h index 70feb915..9b0f80fd 100644 --- a/Source/SPExporter.h +++ b/Source/SPExporter.h @@ -28,7 +28,9 @@ /** * This class is designed to be the base class of all data exporters and provide basic functionality * common to each of them. Each data exporter (i.e. CSV, SQL, XML, etc.) should be implemented as a subclass - * of this class, with the end result being an uncomplicated export architecture defined by export type. + * of this class, with the end result being a modular export architecture separated by export type. All exporters + * should also conform to the SPExporterAccess protocol to allow generic access to the exporter's state and common + * functionality. * * All export functionality is initially controlled by SPExportController, which is the single point within the * architecture that controls the user interface and provides user feedback. When the user starts an export |