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
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
cinelerra
/
drivesync.h
blob
384a4166911bcf584d65134501cfc703a2a4df75
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
18
/*
19
// Local Variables:
20
// mode: C++
21
// c-file-style: "linux"
22
// End:
23
*/