diff options
| author | George Hazan <ghazan@miranda.im> | 2018-01-29 14:54:24 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-01-29 14:54:30 +0300 |
| commit | fe0ce0abd68bed541735f3519a52a802bb87ca0a (patch) | |
| tree | c9d0e2adb21a15d9707489e300b0a24855d44e5a /plugins/StatusManager/src/KeepStatus/keepstatus.h | |
| parent | 6e8defa9cc46283eb1e8f53ed24f80b05abc5e01 (diff) | |
StatusManager:
- all protocol data really merged together;
- duplicated settings arrays removed;
- stupid protoList removed;
- fixed #1119;
- version bump
Diffstat (limited to 'plugins/StatusManager/src/KeepStatus/keepstatus.h')
| -rw-r--r-- | plugins/StatusManager/src/KeepStatus/keepstatus.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/StatusManager/src/KeepStatus/keepstatus.h b/plugins/StatusManager/src/KeepStatus/keepstatus.h index eac911a3f0..e4b1f5a7a4 100644 --- a/plugins/StatusManager/src/KeepStatus/keepstatus.h +++ b/plugins/StatusManager/src/KeepStatus/keepstatus.h @@ -88,17 +88,6 @@ #define TRIGGER_CONNGIVEUP 0x20 #define SETTING_TRIGGERON "TriggerOn" -struct TKSSettings : public PROTOCOLSETTINGEX -{ - TKSSettings(PROTOACCOUNT *pa); - ~TKSSettings(); - - int AssignStatus(int status, int lastStatus = 0, wchar_t *szMsg = nullptr); - int GetStatus() const; - - int lastStatusAckTime; // the time the last status ack was received -}; - /* old; replaced by PROTOCOLSETTINGEX see m_statusplugins.h */ typedef struct { char *szName; // pointer to protocol modulename |
