summaryrefslogtreecommitdiff
path: root/tools/inc/bootstrp
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-15 20:10:34 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-15 20:11:14 -0800
commit008023cd2a64a4dd19b3101dcbfd08b6839bb23c (patch)
tree3d52631bacf038aba815a1f567f6a6f5fb0c2225 /tools/inc/bootstrp
parent71b1f052b36499592d5546529ccdf6a4afbd4531 (diff)
Remove DECLARE_LIST ( SolarFileList, String* )
Diffstat (limited to 'tools/inc/bootstrp')
-rw-r--r--tools/inc/bootstrp/prj.hxx8
1 files changed, 1 insertions, 7 deletions
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
{