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

« back to all changes in this revision

Viewing changes to test/t.rfc822.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_RFC822_H_
 
2
#define _T_RFC822_H_
 
3
#include <mimetic/rfc822/rfc822.h>
 
4
#include "cutee.h"
 
5
 
 
6
 
 
7
namespace mimetic
 
8
{
 
9
 
 
10
struct TEST_CLASS( testRfc822 )
 
11
{
 
12
    void TEST_FUNCTION( testAddress );
 
13
    void TEST_FUNCTION( testMailbox );
 
14
    void TEST_FUNCTION( testGroup );
 
15
};
 
16
 
 
17
}
 
18
 
 
19
#endif
 
20