File: test_modelmanager_framework_headers.cpp

package info (click to toggle)
qtcreator 3.2.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 104,560 kB
  • sloc: cpp: 767,631; ansic: 108,468; python: 16,917; xml: 14,689; perl: 797; sh: 522; objc: 292; lex: 85; makefile: 62; sed: 12; asm: 5
file content (19 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <My/MyHeader.h>

#ifndef MyHeader_h
bool failure_MyHeader_not_included;
#endif

#ifndef Nested_h
bool failure_Nested_header_not_included;
#endif

#ifdef IncorrectVersion_h
bool failure_Incorrect_version_of_nested_header_included;
#endif

#ifdef CorrectVersion_h
bool success_is_the_only_option;
#endif