logontime.hpp 252 B

123456789101112131415
  1. #ifndef KCSRV_LOGONTIME_H
  2. #define KCSRV_LOGONTIME_H 1
  3. namespace KC {
  4. class ECDatabase;
  5. class ECSession;
  6. extern void sync_logon_times(ECDatabase *);
  7. extern void record_logon_time(ECSession *, bool);
  8. } /* namespace */
  9. #endif /* KCSRV_LOGONTIME_H */