Minor: add some constants
This commit is contained in:
@@ -10,6 +10,11 @@ namespace internal {
|
||||
static constexpr const char *UPDATE_REQUESTED{"requested"};
|
||||
|
||||
static constexpr const char *NO_CUSTOMER_REPOSITORY{"no customer repository"};
|
||||
static constexpr const int NO_CUSTOMER_REPOSITORY_CODE{-8};
|
||||
static constexpr const char *NO_ETC_CUSTOMER_REPOSITORY{"no etc/ in customer repository"};
|
||||
static constexpr const int NO_ETC_CUSTOMER_REPOSITORY_CODE{-9};
|
||||
static constexpr const char *NO_OPT_CUSTOMER_REPOSITORY{"no opt/ in customer repository"};
|
||||
static constexpr const int NO_OPT_CUSTOMER_REPOSITORY_CODE{-10};
|
||||
|
||||
static constexpr const char *ISMAS_CONNECTED{"connected"};
|
||||
static constexpr const char *ISMAS_DISCONNECTED{"disconnected"};
|
||||
|
Reference in New Issue
Block a user