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

« back to all changes in this revision

Viewing changes to test/t.codec.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_CODEC_H_
 
2
#define _T_CODEC_H_
 
3
#include <string>
 
4
#include "cutee.h"
 
5
 
 
6
 
 
7
namespace mimetic
 
8
{
 
9
 
 
10
struct TEST_CLASS( test_codec )
 
11
{
 
12
    void TEST_FUNCTION( one );
 
13
};
 
14
 
 
15
}
 
16
 
 
17
#endif
 
18