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

« back to all changes in this revision

Viewing changes to runtime/sidlx/sidlx_rmi_UnexpectedCloseException_Impl.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:          sidlx_rmi_UnexpectedCloseException_Impl.h
 
3
 * Symbol:        sidlx.rmi.UnexpectedCloseException-v0.1
 
4
 * Symbol Type:   class
 
5
 * Babel Version: 1.2.0
 
6
 * Description:   Server-side implementation for sidlx.rmi.UnexpectedCloseException
 
7
 * 
 
8
 * WARNING: Automatically generated; only changes within splicers preserved
 
9
 * 
 
10
 */
 
11
 
 
12
#ifndef included_sidlx_rmi_UnexpectedCloseException_Impl_h
 
13
#define included_sidlx_rmi_UnexpectedCloseException_Impl_h
 
14
 
 
15
#ifndef included_sidl_header_h
 
16
#include "sidl_header.h"
 
17
#endif
 
18
#ifndef included_sidl_BaseClass_h
 
19
#include "sidl_BaseClass.h"
 
20
#endif
 
21
#ifndef included_sidl_BaseException_h
 
22
#include "sidl_BaseException.h"
 
23
#endif
 
24
#ifndef included_sidl_BaseInterface_h
 
25
#include "sidl_BaseInterface.h"
 
26
#endif
 
27
#ifndef included_sidl_ClassInfo_h
 
28
#include "sidl_ClassInfo.h"
 
29
#endif
 
30
#ifndef included_sidl_RuntimeException_h
 
31
#include "sidl_RuntimeException.h"
 
32
#endif
 
33
#ifndef included_sidl_SIDLException_h
 
34
#include "sidl_SIDLException.h"
 
35
#endif
 
36
#ifndef included_sidl_io_Deserializer_h
 
37
#include "sidl_io_Deserializer.h"
 
38
#endif
 
39
#ifndef included_sidl_io_IOException_h
 
40
#include "sidl_io_IOException.h"
 
41
#endif
 
42
#ifndef included_sidl_io_Serializable_h
 
43
#include "sidl_io_Serializable.h"
 
44
#endif
 
45
#ifndef included_sidl_io_Serializer_h
 
46
#include "sidl_io_Serializer.h"
 
47
#endif
 
48
#ifndef included_sidl_rmi_NetworkException_h
 
49
#include "sidl_rmi_NetworkException.h"
 
50
#endif
 
51
#ifndef included_sidl_rmi_ProtocolException_h
 
52
#include "sidl_rmi_ProtocolException.h"
 
53
#endif
 
54
#ifndef included_sidlx_rmi_UnexpectedCloseException_h
 
55
#include "sidlx_rmi_UnexpectedCloseException.h"
 
56
#endif
 
57
#ifndef included_sidlx_rmi_UnrecoverableException_h
 
58
#include "sidlx_rmi_UnrecoverableException.h"
 
59
#endif
 
60
 
 
61
/* DO-NOT-DELETE splicer.begin(sidlx.rmi.UnexpectedCloseException._hincludes) */
 
62
/* insert code here (include files) */
 
63
/* DO-NOT-DELETE splicer.end(sidlx.rmi.UnexpectedCloseException._hincludes) */
 
64
 
 
65
/*
 
66
 * Private data for class sidlx.rmi.UnexpectedCloseException
 
67
 */
 
68
 
 
69
struct sidlx_rmi_UnexpectedCloseException__data {
 
70
  /* DO-NOT-DELETE splicer.begin(sidlx.rmi.UnexpectedCloseException._data) */
 
71
  /* insert code here (private data members) */
 
72
  int ignore; /* dummy to force non-empty struct; remove if you add data */
 
73
  /* DO-NOT-DELETE splicer.end(sidlx.rmi.UnexpectedCloseException._data) */
 
74
};
 
75
 
 
76
#ifdef __cplusplus
 
77
extern "C" {
 
78
#endif
 
79
 
 
80
/*
 
81
 * Access functions for class private data and built-in methods
 
82
 */
 
83
 
 
84
extern struct sidlx_rmi_UnexpectedCloseException__data*
 
85
sidlx_rmi_UnexpectedCloseException__get_data(
 
86
  sidlx_rmi_UnexpectedCloseException);
 
87
 
 
88
extern void
 
89
sidlx_rmi_UnexpectedCloseException__set_data(
 
90
  sidlx_rmi_UnexpectedCloseException,
 
91
  struct sidlx_rmi_UnexpectedCloseException__data*);
 
92
 
 
93
extern
 
94
void
 
95
impl_sidlx_rmi_UnexpectedCloseException__load(
 
96
  /* out */ sidl_BaseInterface *_ex);
 
97
 
 
98
extern
 
99
void
 
100
impl_sidlx_rmi_UnexpectedCloseException__ctor(
 
101
  /* in */ sidlx_rmi_UnexpectedCloseException self,
 
102
  /* out */ sidl_BaseInterface *_ex);
 
103
 
 
104
extern
 
105
void
 
106
impl_sidlx_rmi_UnexpectedCloseException__ctor2(
 
107
  /* in */ sidlx_rmi_UnexpectedCloseException self,
 
108
  /* in */ void* private_data,
 
109
  /* out */ sidl_BaseInterface *_ex);
 
110
 
 
111
extern
 
112
void
 
113
impl_sidlx_rmi_UnexpectedCloseException__dtor(
 
114
  /* in */ sidlx_rmi_UnexpectedCloseException self,
 
115
  /* out */ sidl_BaseInterface *_ex);
 
116
 
 
117
/*
 
118
 * User-defined object methods
 
119
 */
 
120
 
 
121
#ifdef WITH_RMI
 
122
extern struct sidl_io_Deserializer__object* 
 
123
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_io_Deserializer(const 
 
124
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
125
extern struct sidl_BaseInterface__object* 
 
126
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_BaseInterface(const 
 
127
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
128
extern struct sidl_io_Serializer__object* 
 
129
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_io_Serializer(const 
 
130
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
131
#endif /*WITH_RMI*/
 
132
#ifdef WITH_RMI
 
133
extern struct sidl_io_Deserializer__object* 
 
134
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_io_Deserializer(const 
 
135
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
136
extern struct sidl_BaseInterface__object* 
 
137
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_BaseInterface(const 
 
138
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
139
extern struct sidl_io_Serializer__object* 
 
140
  impl_sidlx_rmi_UnexpectedCloseException_fconnect_sidl_io_Serializer(const 
 
141
  char* url, sidl_bool ar, sidl_BaseInterface *_ex);
 
142
#endif /*WITH_RMI*/
 
143
 
 
144
/* DO-NOT-DELETE splicer.begin(_hmisc) */
 
145
/* insert code here (miscellaneous things) */
 
146
/* DO-NOT-DELETE splicer.end(_hmisc) */
 
147
 
 
148
#ifdef __cplusplus
 
149
}
 
150
#endif
 
151
#endif