X2 Standard
Version 1.24
licensedinterfaces
sleeperinterface.h
1
#ifndef _SleeperInterface_H
2
#define _SleeperInterface_H
3
4
#define SleeperInterface_Name "com.bisque.TheSkyX.Components.SleeperInterface/1.0"
5
14
class
SleeperInterface
15
{
16
public
:
17
virtual
~
SleeperInterface
(){};
19
virtual
void
sleep
(
const
int
& milliSecondsToSleep) = 0;
20
};
21
22
#endif
23
//Linux wants a 'newline' at the end of every source file - don't delete the one after this line
SleeperInterface::sleep
virtual void sleep(const int &milliSecondsToSleep)=0
SleeperInterface
The SleeperInterface is a cross-platform "sleeper".
Definition:
sleeperinterface.h:15
X2 Examples
(C) Software Bisque, Inc. All rights reserved.