~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/asn1/test/External.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%
 
2
%% %CopyrightBegin%
 
3
%% 
 
4
%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
 
5
%% 
 
6
%% The contents of this file are subject to the Erlang Public License,
 
7
%% Version 1.1, (the "License"); you may not use this file except in
 
8
%% compliance with the License. You should have received a copy of the
 
9
%% Erlang Public License along with this software. If not, it can be
 
10
%% retrieved online at http://www.erlang.org/.
 
11
%% 
 
12
%% Software distributed under the License is distributed on an "AS IS"
 
13
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
14
%% the License for the specific language governing rights and limitations
 
15
%% under the License.
 
16
%% 
 
17
%% %CopyrightEnd%
 
18
%%
 
19
%%
 
20
%% Generated by the Erlang ASN.1 compiler version:0.8.1
 
21
%% Purpose: Erlang record definitions for each named and unnamed
 
22
%% SEQUENCE and SET in module External
 
23
 
 
24
-record('XSeq1',{bool1, int1, seq1}).
 
25
-record('XSeqIn',{boolIn, intIn}).
 
26
-record('XSet1',{bool1, int1, set1}).
 
27
-record('XSetIn',{boolIn, intIn}).
 
28
-record('XSetExt1',{asn1_EXT}).
 
29
-record('XSetExt2',{bool, int, asn1_EXT}).
 
30
-record('XSetExt3',{asn1_EXT, bool, int}).
 
31
-record('XSetExt4',{bool, asn1_EXT, int}).
 
32
-record('XSeqExt1',{asn1_EXT}).
 
33
-record('XSeqExt2',{bool, int, asn1_EXT}).
 
34
-record('XSeqExt3',{asn1_EXT, bool, int}).
 
35
-record('XSeqExt4',{bool, asn1_EXT, int}).
 
36
-record('XSetNT',{os, bool}).
 
37
-record('XSetImp',{os, bool}).
 
38
-record('XSetExp',{os, bool}).
 
39
-record('XSeqNT',{os, bool}).
 
40
-record('XSeqImp',{os, bool}).
 
41
-record('XSeqExp',{os, bool}).
 
42