File: dtcFoo.h

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (20 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __dtcFoo_h
#define __dtcFoo_h

#include <dtcWin32Header.h>


class DART_TEST_COMMON_EXPORT dtcFoo
{
public:

  dtcFoo();

private:
  
  int mMember1;
  
};  // dtcFoo

#endif  // __dtcFoo_h