repo.or.cz
/
forms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[forms.git]
/
test
/
batch_ui.C
blob
eecee48c4509af57e3896a0838b70979eafeae6e
1
2
#include <demo.H>
3
4
// do we need this for such ui ?
5
//
6
7
void batch_ui::init()
8
{
9
}
10
11
void batch_ui::run()
12
{
13
log("batch_ui", "Doing some job ...");
14
}