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
Add gcc/lib/app versions to trace log
[forms.git]
/
test
/
batch_ui.C
blob
5538115faa93825f939dfe0cd0252c6bf6b126ef
1
2
/*
3
* Copyright (C) 2007, Harbour, All rights reserved.
4
*/
5
6
#include <demo.H>
7
8
// do we need this for such ui ?
9
//
10
11
void batch_ui::init()
12
{
13
}
14
15
void batch_ui::run()
16
{
17
log("batch_ui", "Doing some job ...");
18
}