Subversion Repositories HomeAutomation

Rev

Rev 971 | Rev 973 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 971 Rev 972
Line 17... Line 17...
17
 *   along with this program; if not, write to the                         *
17
 *   along with this program; if not, write to the                         *
18
 *   Free Software Foundation, Inc.,                                       *
18
 *   Free Software Foundation, Inc.,                                       *
19
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
20
 ***************************************************************************/
20
 ***************************************************************************/
21
 
21
 
22
#ifndef _OFFLINECHECK_H
22
#ifndef _INTERVALTHREAD_H
23
#define _OFFLINECHECK_H
23
#define _INTERVALTHREAD_H
24
 
24
 
25
using namespace std;
25
using namespace std;
26
 
26
 
27
#include <string>
27
#include <string>
28
#include <time.h>
28
#include <time.h>
Line 43... Line 43...
43
private:
43
private:
44
    unsigned int myId;
44
    unsigned int myId;
45
    unsigned int myTimeout;
45
    unsigned int myTimeout;
46
};
46
};
47
 
47
 
48
#endif  /* _OFFLINECHECK_H */
48
#endif  /* _INTERVALTHREAD_H */
49
 
49