repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
cinelerra
/
drivesync.h
blob
b0674d082e85f9ba7aab5a3b03f76effde1846f9
1
#ifndef DRIVESYNC_H
2
#define DRIVESYNC_H
3
4
#include
"thread.h"
5
6
class
DriveSync
:
public
Thread
7
{
8
public
:
9
DriveSync
();
10
~
DriveSync
();
11
12
void
run
();
13
14
int
done
;
15
};
16
17
#endif