PackageManager: Options.xml
[reactos.git] / rosapps / packmgr / lib / package.hpp
index 1170ba4..0447317 100644 (file)
@@ -26,15 +26,15 @@ typedef int (*PML_Ask)                      (const WCHAR* text);
 typedef struct\r
 {\r
   char*                        path;\r
 typedef struct\r
 {\r
   char*                        path;\r
+  char*                        name;\r
+  char*                        description;\r
+  char**               field;\r
+\r
   BOOL                 icon;\r
   BOOL                 loaded;\r
   BOOL                 icon;\r
   BOOL                 loaded;\r
+  vector<int>  neededBy;\r
   vector<int>  children;\r
   vector<int>  children;\r
-\r
-  char**               field;\r
-  char*                        name;\r
-  char*                        description;\r
   vector<char*>        depencies;\r
   vector<char*>        depencies;\r
-  vector<int>  neededBy;\r
   \r
   int                  action;\r
   char*                        files [4];\r
   \r
   int                  action;\r
   char*                        files [4];\r
@@ -49,10 +49,11 @@ typedef struct
 \r
 typedef struct\r
 {\r
 \r
 typedef struct\r
 {\r
-  char*                                xmltree;\r
+  char**               field;\r
 \r
 \r
-  vector<char*>                descriptionPath;\r
   vector<char*>                todo;\r
   vector<char*>                todo;\r
+  vector<char*>                sources;\r
+  vector<char*>                descriptionPath;\r
   vector<PACKAGE>      packages;\r
 \r
   PML_AddItem          addItem;\r
   vector<PACKAGE>      packages;\r
 \r
   PML_AddItem          addItem;\r