DEADSOFTWARE
GIT
/
REPO
/
FRED-BOY
Projects
/
odcread.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Successful read of StdTextModel (including actual text)
[odcread.git]
/
domain.h
1
#ifndef _DOMAIN_H_
2
#define _DOMAIN_H_
3
4
namespace
odc
{
5
6
class
Domain
{
7
8
};
9
10
}
11
12
#endif
// _DOMAIN_H_