git-svn-id: svn://db.shs.com.ru/pip@792 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
10
main.cpp
10
main.cpp
@@ -1,14 +1,14 @@
|
|||||||
#include "pip.h"
|
#include "pip.h"
|
||||||
|
|
||||||
//PIKbdListener kbd;
|
PIKbdListener kbd;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
//PISystemInfo::machineID();
|
//PISystemInfo::machineID();
|
||||||
//kbd.enableExitCapture();
|
//kbd.enableExitCapture();
|
||||||
PIThread t;
|
//PIThread t;
|
||||||
//t.start(10);
|
//t.start(10);
|
||||||
//WAIT_FOR_EXIT;
|
WAIT_FOR_EXIT;
|
||||||
piSleep(20);
|
|
||||||
t.stop();
|
//t.stop();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user