ToastFreeware
/
debian
/
mimetic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add stanza about packaging copyright.
[debian/mimetic.git]
/
test
/
t.fieldparam.h
1
#ifndef _T_FIELDPARAM_H_
2
#define _T_FIELDPARAM_H_
3
#include <string>
4
#include <mimetic/fieldparam.h>
5
#include "cutee.h"
6
7
8
namespace mimetic
9
{
10
11
struct TEST_CLASS( testFieldParam )
12
{
13
void TEST_FUNCTION( parser );
14
};
15
16
}
17
18
#endif
19