File: t.codec.h

package info (click to toggle)
mimetic 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,516 kB
  • ctags: 1,749
  • sloc: cpp: 11,182; sh: 7,902; makefile: 162
file content (18 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _T_CODEC_H_
#define _T_CODEC_H_
#include <string>
#include "cutee.h"


namespace mimetic
{

struct TEST_CLASS( test_codec )
{
    void TEST_FUNCTION( one );
};

}

#endif