Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: Shared/PluginSettings.h

Issue 8978054: Removal of shareware parts (Closed)
Patch Set: Created Dec. 5, 2012, 7:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Shared/PluginFilter.cpp ('k') | Shared/PluginSettings.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This class contains all client functionality of the IE plugin 2 * This class contains all client functionality of the IE plugin
3 * 3 *
4 * Exception errors are tested by calls to ExceptionsTest from: Main ... 4 * Exception errors are tested by calls to ExceptionsTest from: Main ...
5 */ 5 */
6 6
7 #ifndef _PLUGIN_SETTINGS_H_ 7 #ifndef _PLUGIN_SETTINGS_H_
8 #define _PLUGIN_SETTINGS_H_ 8 #define _PLUGIN_SETTINGS_H_
9 9
10 10
11 #include "PluginTypedef.h" 11 #include "PluginTypedef.h"
12 12
13 13
14 // Main settings 14 // Main settings
15 15
16 #define SETTING_USER_ID L"userid" 16 #define SETTING_USER_ID L"userid"
17 #define SETTING_PLUGIN_ID L"pluginuniqueid" 17 #define SETTING_PLUGIN_ID L"pluginuniqueid"
18 #define SETTING_PLUGIN_INFO_PANEL L"plugininfopanel" 18 #define SETTING_PLUGIN_INFO_PANEL L"plugininfopanel"
19 #define SETTING_PLUGIN_EXPIRED L"pluginexpired"
20 #define SETTING_PLUGIN_PASSWORD L"pluginpassword" 19 #define SETTING_PLUGIN_PASSWORD L"pluginpassword"
21 #define SETTING_PLUGIN_VERSION L"pluginversion" 20 #define SETTING_PLUGIN_VERSION L"pluginversion"
22 #define SETTING_PLUGIN_UPDATE_URL L"pluginupdateurl" 21 #define SETTING_PLUGIN_UPDATE_URL L"pluginupdateurl"
23 #define SETTING_PLUGIN_UPDATE_VERSION L"pluginupdateversion" 22 #define SETTING_PLUGIN_UPDATE_VERSION L"pluginupdateversion"
24 #define SETTING_PLUGIN_UPDATE_TIME L"pluginupdatetime" 23 #define SETTING_PLUGIN_UPDATE_TIME L"pluginupdatetime"
25 #define SETTING_PLUGIN_SELFTEST L"pluginselftest" 24 #define SETTING_PLUGIN_SELFTEST L"pluginselftest"
26 #define SETTING_LANGUAGE L"language" 25 #define SETTING_LANGUAGE L"language"
27 #define SETTING_PLUGIN_REGISTRATION L"registration"
28 #define SETTING_PLUGIN_ADBLOCKLIMIT L"adblocklimit"
29 #define SETTING_PLUGIN_ADBLOCKCOUNT L"adblockcount"
30 #define SETTING_PLUGIN_LIMITDAY L"limitday"
31 #define SETTING_FFMPEG L"ffmpeg" 26 #define SETTING_FFMPEG L"ffmpeg"
32 #define SETTING_FFMPEG_CHECK L"ffmpeg_check" 27 #define SETTING_FFMPEG_CHECK L"ffmpeg_check"
33 #define SETTING_CLOSE_WHEN_FINISHED L"closeWhenFinished" 28 #define SETTING_CLOSE_WHEN_FINISHED L"closeWhenFinished"
34 #define SETTING_DEFAULT_FORMAT L"defaultFormat" 29 #define SETTING_DEFAULT_FORMAT L"defaultFormat"
35 #define SETTING_DEFAULT_DIR L"defaultDir" 30 #define SETTING_DEFAULT_DIR L"defaultDir"
36 #define SETTING_DOWNLOAD_LIMIT L"downloadlimit" 31 #define SETTING_DOWNLOAD_LIMIT L"downloadlimit"
37 32
38 #ifdef SUPPORT_FILTER 33 #ifdef SUPPORT_FILTER
39 #define SETTING_FILTER_VERSION L"filterversion" 34 #define SETTING_FILTER_VERSION L"filterversion"
40 #endif 35 #endif
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 274
280 bool RefreshWhitelist(); 275 bool RefreshWhitelist();
281 DWORD GetWindowsBuildNumber(); 276 DWORD GetWindowsBuildNumber();
282 277
283 #endif //SUPPORT_WHITELIST 278 #endif //SUPPORT_WHITELIST
284 279
285 }; 280 };
286 281
287 282
288 #endif // _PLUGIN_SETTINGS_H_ 283 #endif // _PLUGIN_SETTINGS_H_
OLDNEW
« no previous file with comments | « Shared/PluginFilter.cpp ('k') | Shared/PluginSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld