~ubuntu-branches/ubuntu/raring/babel/raring-proposed

« back to all changes in this revision

Viewing changes to regression/strings/runJava/synch_ResultType_IOR.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2008-08-01 07:56:58 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080801075658-9ezcrbh8dcs8lg70
Tags: 1.2.0.dfsg-6
Added libparsifal-dev as dependency to libsidl-dev (closes: #483324).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * File:          synch_ResultType_IOR.h
3
 
 * Symbol:        synch.ResultType-v0.1
4
 
 * Symbol Type:   enumeration
5
 
 * Babel Version: 0.10.2
6
 
 * Description:   Intermediate Object Representation for synch.ResultType
7
 
 * 
8
 
 * WARNING: Automatically generated; changes will be lost
9
 
 * 
10
 
 * babel-version = 0.10.2
11
 
 */
12
 
 
13
 
#ifndef included_synch_ResultType_IOR_h
14
 
#define included_synch_ResultType_IOR_h
15
 
 
16
 
#ifndef included_sidlType_h
17
 
#include "sidlType.h"
18
 
#endif
19
 
#ifdef __cplusplus
20
 
extern "C" {
21
 
#endif
22
 
 
23
 
/*
24
 
 * Symbol "synch.ResultType" (version 0.1)
25
 
 * 
26
 
 * For short cut result method.
27
 
 */
28
 
 
29
 
 
30
 
/* Opaque forward declaration of array struct */
31
 
struct synch_ResultType__array;
32
 
 
33
 
enum synch_ResultType__enum {
34
 
  /**
35
 
   * pass 
36
 
   */
37
 
  synch_ResultType_PASS  = 0,
38
 
 
39
 
  /**
40
 
   * unexpected fail 
41
 
   */
42
 
  synch_ResultType_FAIL  = 1,
43
 
 
44
 
  /**
45
 
   * expected fail 
46
 
   */
47
 
  synch_ResultType_XFAIL = 2,
48
 
 
49
 
  /**
50
 
   * unexpected pass 
51
 
   */
52
 
  synch_ResultType_XPASS = 3
53
 
 
54
 
};
55
 
 
56
 
#ifdef __cplusplus
57
 
}
58
 
#endif
59
 
#endif