~ubuntu-branches/ubuntu/natty/mimetic/natty

« back to all changes in this revision

Viewing changes to test/t.fieldparam.h

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2006-06-16 13:16:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060616131607-245mqjypkjuahq6b
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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