From 008023cd2a64a4dd19b3101dcbfd08b6839bb23c Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sat, 15 Jan 2011 20:10:34 -0800 Subject: Remove DECLARE_LIST ( SolarFileList, String* ) --- tools/inc/bootstrp/prj.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools/inc/bootstrp') diff --git a/tools/inc/bootstrp/prj.hxx b/tools/inc/bootstrp/prj.hxx index 9afe3d70d8a2..d4ef0d3cc115 100644 --- a/tools/inc/bootstrp/prj.hxx +++ b/tools/inc/bootstrp/prj.hxx @@ -51,11 +51,6 @@ class SByteStringList; class GenericInformationList; -/* -// Pfade auf Konfigurationsdateien des Build-Servers - -#define REQUEST_DIR \\src\data4\source\b_server\server\newjob -*/ /********************************************************************* * * Die Klasse CommandData haelte alle Informationen, die fuer die @@ -279,8 +274,6 @@ public: * *********************************************************************/ -DECLARE_LIST ( SolarFileList, String* ) - class StarFile { private: @@ -307,6 +300,7 @@ DECLARE_LIST( StarFileList, StarFile * ) #define STAR_MODE_MULTIPLE_PARSE 0x0002 typedef ::std::vector< Prj* > StarList; +typedef ::std::vector< String* > SolarFileList; class Star { -- cgit v1.2.3