- int GetIPTime(uint32_t ip, time_t * t) const;
- void SetDelayTime(time_t d) { m_delay = d; }
- time_t GetDelayTime() const { return m_delay; }
- const std::string & GetStrError() const { return m_errorStr; }
+ bool GetIPTime(uint32_t ip, time_t& t) const;
+ void SetDelayTime(unsigned d) { m_delay = d; }
+ unsigned GetDelayTime() const { return m_delay; }
+ const std::string& GetStrError() const { return m_errorStr; }