ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/globals.h
(Generate patch)

Comparing AE/Installer/trunk/source/globals.h (file contents):
Revision 504 by gumby, Sat Mar 27 03:48:25 2010 UTC vs.
Revision 565 by iritscen, Tue Jun 1 13:13:59 2010 UTC

# Line 39 | Line 39
39   using namespace boost::filesystem;
40   using namespace std;
41  
42 //#pragma mark DEFINES
43 #define INSTALLER_VERSION                "1.2" // only place we need to change this
42   #define UPDATE_LOG_READ_ERR             -1
43   #define UPDATE_INST_REPL_ERR    -2
44   #define UPDATE_MNTH_REQD_ERR    -3
# Line 49 | Line 47 | using namespace std;
47   #define UPDATE_GLOB_AVAIL                2
48   #define UPDATE_INST_AVAIL                3
49   #define UPDATE_CONT_UPD                  4
50 < #define UPDATE_THIRD_PARTY               5
51 < //#pragma mark STRUCTS
50 > #define UPDATE_PKG_AVAIL                 5
51 >
52   struct ModPackage
53   {
54          bool    isInstalled; // replace with function
# Line 90 | Line 88 | struct Install_info_cfg
88          Install_info_cfg();
89   };
90  
93
94 //#pragma mark PROTOTYPES
91   void recompileAll(vector<string>);
92   int globalizeData(void);
93   bool CheckForGlobalization(bool);
94   int GetUpdateStatus(Install_info_cfg *, Install_info_cfg *, bool *);
95   bool ProcessInstallerUpdate(Install_info_cfg *, Install_info_cfg *);
96   bool ProcessAEUpdate(Install_info_cfg *, Install_info_cfg *, bool *);
97 < bool ProcessThirdPartyUpdates(void);
97 > void ProcessPackageUpdates(string, string);
98   void callRefreshMods(void);
99   string escapePath(string input);
100   void setStatusArea(string);
101   void setProgressBar(int);
102   void copy_directory(const path &from_dir_ph, const path &to_dir_ph);
103   void copy(const path &from_file_ph, const path &to_file_ph);
104 +
105 + static string gInstallerVersion = "1.11"; // only place in source we need to change this

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)