]>
Commit | Line | Data |
---|---|---|
bac41a7b A |
1 | /* |
2 | * Copyright (c) 2000-2001 Apple Computer, Inc. All Rights Reserved. | |
3 | * | |
4 | * The contents of this file constitute Original Code as defined in and are | |
5 | * subject to the Apple Public Source License Version 1.2 (the 'License'). | |
6 | * You may not use this file except in compliance with the License. Please obtain | |
7 | * a copy of the License at http://www.apple.com/publicsource and read it before | |
8 | * using this file. | |
9 | * | |
10 | * This Original Code and all software distributed under the License are | |
11 | * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS | |
12 | * OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT | |
13 | * LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | |
14 | * PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the | |
15 | * specific language governing rights and limitations under the License. | |
16 | */ | |
17 | ||
18 | ||
19 | // file: .../c++-lib/inc/asn-incl.h - includes all of the asn1 library files | |
20 | // | |
21 | // Copyright (C) 1992 Michael Sample and the University of British Columbia | |
22 | // | |
23 | // This library is free software; you can redistribute it and/or | |
24 | // modify it provided that this copyright/license information is retained | |
25 | // in original form. | |
26 | // | |
27 | // If you modify this file, you must clearly indicate your changes. | |
28 | // | |
29 | // This source code is distributed in the hope that it will be | |
30 | // useful, but WITHOUT ANY WARRANTY; without even the implied warranty | |
31 | // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
32 | // | |
33 | // | |
34 | // ------------------------------------------------------------------------ | |
35 | // - J.G. Van Dyke & Associates, Inc. Modification History of SNACC 1.3 - | |
36 | // ------------------------------------------------------------------------ | |
37 | // | |
38 | // All modification are relative to the v1.3 of SNACC. We used SunOS 4.1.3's | |
39 | // SCCS. The revision #'s start at 1.1, which is the original version from | |
40 | // SNACC 1.3. | |
41 | // | |
42 | // | |
43 | // ../SCCS/s.asn-incl.h: | |
44 | // | |
45 | // D 1.2 98/05/01 13:14:40 pleonber 2 1 00006/00000/00059 | |
46 | // added #include for sm_vdasnacc.h | |
47 | // | |
48 | // D 1.1 98/05/01 13:13:30 pleonber 1 0 00059/00000/00000 | |
49 | // date and time created 98/05/01 13:13:30 by pleonber | |
50 | // | |
51 | // ----------------------- End of VDA Modifications --------------------------- | |
52 | // | |
53 | // | |
54 | // | |
a66d0d4a | 55 | // $Header: /cvs/root/Security/SecuritySNACCRuntime/c++-lib/inc/Attic/asn-incl.h,v 1.1.1.1 2001/05/18 23:14:06 mb Exp $ |
bac41a7b A |
56 | // $Log: asn-incl.h,v $ |
57 | // Revision 1.1.1.1 2001/05/18 23:14:06 mb | |
58 | // Move from private repository to open source repository | |
59 | // | |
60 | // Revision 1.4 2001/05/05 00:59:18 rmurphy | |
61 | // Adding darwin license headers | |
62 | // | |
63 | // Revision 1.3 2001/01/10 01:12:03 dmitch | |
64 | // Rearranged #includes so sm_vdasnacc.h always sees asn-buf.h. | |
65 | // | |
66 | // Revision 1.2 2000/06/15 18:48:23 dmitch | |
67 | // Snacc-generated source files, now part of CVS tree to allow for cross-platform build of snaccRuntime. | |
68 | // | |
69 | // Revision 1.1.1.1 2000/03/09 01:00:05 rmurphy | |
70 | // Base Fortissimo Tree | |
71 | // | |
72 | // Revision 1.1 1999/02/25 05:21:42 mb | |
73 | // Added snacc c++ library | |
74 | // | |
75 | // Revision 1.5 1997/02/16 20:25:37 rj | |
76 | // check-in of a few cosmetic changes | |
77 | // | |
78 | // Revision 1.4 1995/07/24 17:52:33 rj | |
79 | // changed `_' to `-' in file names. | |
80 | // | |
81 | // Revision 1.3 1994/10/08 04:18:01 rj | |
82 | // code for meta structures added (provides information about the generated code itself). | |
83 | // | |
84 | // code for Tcl interface added (makes use of the above mentioned meta code). | |
85 | // | |
86 | // virtual inline functions (the destructor, the Clone() function, BEnc(), BDec() and Print()) moved from inc/*.h to src/*.C because g++ turns every one of them into a static non-inline function in every file where the .h file gets included. | |
87 | // | |
88 | // made Print() const (and some other, mainly comparison functions). | |
89 | // | |
90 | // several `unsigned long int' turned into `size_t'. | |
91 | // | |
92 | // Revision 1.2 1994/08/28 10:00:49 rj | |
93 | // comment leader fixed. | |
94 | // | |
95 | // Revision 1.1 1994/08/28 09:20:33 rj | |
96 | // first check-in. for a list of changes to the snacc-1.1 distribution please refer to the ChangeLog. | |
97 | ||
98 | #ifdef _IBM_ENC_ | |
99 | #define ChoiceUnion | |
100 | #endif /* _IBM_ENC_ */ | |
101 | ||
102 | ||
103 | #include "asn-config.h" | |
104 | #include "asn-buf.h" | |
105 | #include "asn-len.h" | |
106 | #include "asn-tag.h" | |
107 | #include "asn-type.h" | |
108 | #include "asn-int.h" | |
109 | #include "asn-bool.h" | |
110 | #include "asn-real.h" | |
111 | #include "asn-oid.h" | |
112 | #include "asn-octs.h" | |
113 | #include "asn-bits.h" | |
114 | #include "asn-enum.h" | |
115 | #include "asn-null.h" | |
116 | #ifdef VDADER_RULES | |
117 | #include "sm_vdasnacc.h" | |
118 | #endif | |
119 | #include "asn-any.h" | |
120 | #include "asn-useful.h" | |
121 | #include "print.h" |