From 08e024dd1af93f9b05a4bd18b227845822082175 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 29 Aug 2009 19:39:28 +0000 Subject: More data export work. --- Source/SPExporter.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPExporter.h') 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 -- cgit v1.2.3