X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d9bd555be1eccc4f615de667e3ff07650ef0f987..05fa444f7cd2661c0903fb4b3424fd692fa1215a:/projects/stargazer/user_property.cpp diff --git a/projects/stargazer/user_property.cpp b/projects/stargazer/user_property.cpp index 1dd8b236..06a4901a 100644 --- a/projects/stargazer/user_property.cpp +++ b/projects/stargazer/user_property.cpp @@ -1,4 +1,4 @@ -#include "user_property.h" +#include "stg/user_property.h" //----------------------------------------------------------------------------- USER_PROPERTIES::USER_PROPERTIES(const std::string & sd) @@ -16,7 +16,7 @@ lastActivityTime(stat.lastActivityTime, "lastActivityTime", false, true, GetStgL password (conf.password, "password", true, false, GetStgLogger(), sd), passive (conf.passive, "passive", false, false, GetStgLogger(), sd), disabled (conf.disabled, "disabled", false, false, GetStgLogger(), sd), -disabledDetailStat(conf.disabledDetailStat,"DisabledDetailStat",false,false,GetStgLogger(), sd), +disabledDetailStat(conf.disabledDetailStat, "DisabledDetailStat", false, false, GetStgLogger(), sd), alwaysOnline(conf.alwaysOnline, "alwaysOnline", false, false, GetStgLogger(), sd), tariffName (conf.tariffName, "tariff", false, false, GetStgLogger(), sd), nextTariff (conf.nextTariff, "new tariff", false, false, GetStgLogger(), sd),