Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra4/src/lib/apis/cpp/MASTER – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#   		 Crown Copyright (c) 1997
2
#   
3
#   This TenDRA(r) Computer Program is subject to Copyright
4
#   owned by the United Kingdom Secretary of State for Defence
5
#   acting through the Defence Evaluation and Research Agency
6
#   (DERA).  It is made available to Recipients with a
7
#   royalty-free licence for its use, reproduction, transfer
8
#   to other parties and amendment for any purpose not excluding
9
#   product development provided that any such use et cetera
10
#   shall be deemed to be acceptance of the following conditions:-
11
#   
12
#       (1) Its Recipients shall ensure that this Notice is
13
#       reproduced upon any copies or amended versions of it;
14
#   
15
#       (2) Any amended version of it shall be clearly marked to
16
#       show both the nature of and the organisation responsible
17
#       for the relevant amendment or amendments;
18
#   
19
#       (3) Its onward transfer from a recipient to another
20
#       party shall be deemed to be that party's acceptance of
21
#       these conditions;
22
#   
23
#       (4) DERA gives no warranty or assurance as to its
24
#       quality or suitability for any purpose and DERA accepts
25
#       no liability whatsoever in relation to any use to which
26
#       it may be put.
27
#
28
 
29
 
30
$UNIQUE = 1 ;
31
$VERSION = "1.1" ;
32
 
33
# C++ ABI tokens
34
+IMPLEMENT "cpp", "dummy/basic.h" ;
35
+IMPLEMENT "cpp", "dummy/ptr_func.h" ;
36
+IMPLEMENT "cpp", "dummy/ptr_mem.h" ;
37
+IMPLEMENT "cpp", "dummy/throw.h" ;
38
+IMPLEMENT "cpp", "dummy/vtable.h" ;
39
 
40
# Standard C headers
41
+IMPLEMENT "cpp", "cassert" ;
42
+IMPLEMENT "cpp", "cctype" ;
43
+IMPLEMENT "cpp", "cerrno" ;
44
+IMPLEMENT "cpp", "cfloat" ;
45
+IMPLEMENT "cpp", "climits" ;
46
+IMPLEMENT "cpp", "clocale" ;
47
+IMPLEMENT "cpp", "cmath" ;
48
+IMPLEMENT "cpp", "csetjmp" ;
49
+IMPLEMENT "cpp", "csignal" ;
50
+IMPLEMENT "cpp", "cstdarg" ;
51
+IMPLEMENT "cpp", "cstddef" ;
52
+IMPLEMENT "cpp", "cstdio" ;
53
+IMPLEMENT "cpp", "cstdlib" ;
54
+IMPLEMENT "cpp", "cstring" ;
55
+IMPLEMENT "cpp", "ctime" ;
56
+IMPLEMENT "cpp", "cwchar" ;
57
+IMPLEMENT "cpp", "cwctype" ;
58
 
59
# Standard C++ headers
60
+IMPLEMENT "cpp", "algorithm" ;
61
+IMPLEMENT "cpp", "bitset" ;
62
+IMPLEMENT "cpp", "complex" ;
63
+IMPLEMENT "cpp", "deque" ;
64
+IMPLEMENT "cpp", "exception" ;
65
+IMPLEMENT "cpp", "fstream" ;
66
+IMPLEMENT "cpp", "functional" ;
67
+IMPLEMENT "cpp", "iomanip" ;
68
+IMPLEMENT "cpp", "ios" ;
69
+IMPLEMENT "cpp", "iosfwd" ;
70
+IMPLEMENT "cpp", "iostream" ;
71
+IMPLEMENT "cpp", "istream" ;
72
+IMPLEMENT "cpp", "iterator" ;
73
+IMPLEMENT "cpp", "limits" ;
74
+IMPLEMENT "cpp", "list" ;
75
+IMPLEMENT "cpp", "locale" ;
76
+IMPLEMENT "cpp", "map" ;
77
+IMPLEMENT "cpp", "memory" ;
78
+IMPLEMENT "cpp", "new" ;
79
+IMPLEMENT "cpp", "numeric" ;
80
+IMPLEMENT "cpp", "ostream" ;
81
+IMPLEMENT "cpp", "queue" ;
82
+IMPLEMENT "cpp", "set" ;
83
+IMPLEMENT "cpp", "sstream" ;
84
+IMPLEMENT "cpp", "stack" ;
85
+IMPLEMENT "cpp", "stdexcept" ;
86
+IMPLEMENT "cpp", "streambuf" ;
87
+IMPLEMENT "cpp", "string" ;
88
+IMPLEMENT "cpp", "typeinfo" ;
89
+IMPLEMENT "cpp", "utility" ;
90
+IMPLEMENT "cpp", "valarray" ;
91
+IMPLEMENT "cpp", "vector" ;
92
 
93
# C compatibility headers
94
+IMPLEMENT "cpp", "assert.h" ;
95
+IMPLEMENT "cpp", "ctype.h" ;
96
+IMPLEMENT "cpp", "errno.h" ;
97
+IMPLEMENT "cpp", "float.h" ;
98
+IMPLEMENT "cpp", "iso646.h" ;
99
+IMPLEMENT "cpp", "limits.h" ;
100
+IMPLEMENT "cpp", "locale.h" ;
101
+IMPLEMENT "cpp", "math.h" ;
102
+IMPLEMENT "cpp", "setjmp.h" ;
103
+IMPLEMENT "cpp", "signal.h" ;
104
+IMPLEMENT "cpp", "stdarg.h" ;
105
+IMPLEMENT "cpp", "stddef.h" ;
106
+IMPLEMENT "cpp", "stdio.h" ;
107
+IMPLEMENT "cpp", "stdlib.h" ;
108
+IMPLEMENT "cpp", "string.h" ;
109
+IMPLEMENT "cpp", "time.h" ;
110
+IMPLEMENT "cpp", "wchar.h" ;
111
+IMPLEMENT "cpp", "wctype.h" ;
112
 
113
# C++ compatibility headers
114
+IMPLEMENT "cpp", "iomanip.h" ;
115
+IMPLEMENT "cpp", "iostream.h" ;
116
+IMPLEMENT "cpp", "new.h" ;
117
+IMPLEMENT "cpp", "strstream.h" ;