Mercurial > trustbridge
comparison common/errorcodes.h @ 277:22408d797c92
Factor out functions for cert install/remove.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 13:10:40 +0200 |
parents | 20d515604daa |
children | 539c856cb5da |
comparison
equal
deleted
inserted
replaced
276:ea9c5bbc6496 | 277:22408d797c92 |
---|---|
37 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 | 37 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 |
38 /* Warning: Some profile paths from profile.ini don't exist */ | 38 /* Warning: Some profile paths from profile.ini don't exist */ |
39 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 | 39 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 |
40 /* Warning: no profiles found */ | 40 /* Warning: no profiles found */ |
41 #define WARN_MOZ_NO_PROFILES 0x0094 | 41 #define WARN_MOZ_NO_PROFILES 0x0094 |
42 /* Warning: no profiles found */ | |
43 #define WARN_MOZ_COULD_NOT_ADD_OR_REMOVE_CERT 0x0098 | |
42 | 44 |
43 #endif | 45 #endif |