diff src/constants.h @ 37:0c05958d254c

(issue 13, 6) Add constant index number column to data and view
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 17:17:13 +0200
parents 40a683d1a318
children ae8e859de68e
line wrap: on
line diff
--- a/src/constants.h	Wed May 06 16:10:01 2015 +0200
+++ b/src/constants.h	Wed May 06 17:17:13 2015 +0200
@@ -77,4 +77,10 @@
 /**@def The default sort order value. */
 #define SORT_ORDER_VALUE true
 
+/**@def The column to use (counted from 0 and including index nr) for the filename */
+#define FILENAME_COLUMN 1
+
+/**@def The column to use as the date */
+#define DATE_COLUMN 2
+
 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)