~ubuntu-branches/ubuntu/karmic/hypre/karmic

« back to all changes in this revision

Viewing changes to src/babel-runtime/sidlx/sidlx_rmi_GenNetworkException.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-03-20 11:40:12 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090320114012-132h6ok9w2r6o609
Tags: 2.4.0b-2
Rebuild against new openmpi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * File:          sidlx_rmi_GenNetworkException.h
3
3
 * Symbol:        sidlx.rmi.GenNetworkException-v0.1
4
4
 * Symbol Type:   class
5
 
 * Babel Version: 1.0.0
 
5
 * Babel Version: 1.0.4
6
6
 * Description:   Client-side glue code for sidlx.rmi.GenNetworkException
7
7
 * 
8
8
 * WARNING: Automatically generated; changes will be lost
76
76
 * RMI constructor function for the class.
77
77
 */
78
78
sidlx_rmi_GenNetworkException
79
 
sidlx_rmi_GenNetworkException__createRemote(const char * url,
 
79
sidlx_rmi_GenNetworkException__createRemote(const char * url, 
80
80
  sidl_BaseInterface *_ex);
81
81
 
82
82
/**
101
101
  /* out */ sidl_BaseInterface *_ex)
102
102
#ifdef SIDL_C_HAS_INLINE
103
103
{
104
 
  return (*self->d_epv->f_getHopCount)(
 
104
  int32_t _result;
 
105
  _result = (*self->d_epv->f_getHopCount)(
105
106
    self,
106
107
    _ex);
 
108
  return _result;
107
109
}
108
110
#else
109
111
;
175
177
  /* out */ sidl_BaseInterface *_ex)
176
178
#ifdef SIDL_C_HAS_INLINE
177
179
{
178
 
  return (*self->d_epv->f_isSame)(
 
180
  sidl_bool _result;
 
181
  _result = (*self->d_epv->f_isSame)(
179
182
    self,
180
183
    iobj,
181
184
    _ex);
 
185
  return _result;
182
186
}
183
187
#else
184
188
;
199
203
  /* out */ sidl_BaseInterface *_ex)
200
204
#ifdef SIDL_C_HAS_INLINE
201
205
{
202
 
  return (*self->d_epv->f_isType)(
 
206
  sidl_bool _result;
 
207
  _result = (*self->d_epv->f_isType)(
203
208
    self,
204
209
    name,
205
210
    _ex);
 
211
  return _result;
206
212
}
207
213
#else
208
214
;
219
225
  /* out */ sidl_BaseInterface *_ex)
220
226
#ifdef SIDL_C_HAS_INLINE
221
227
{
222
 
  return (*self->d_epv->f_getClassInfo)(
 
228
  sidl_ClassInfo _result;
 
229
  _result = (*self->d_epv->f_getClassInfo)(
223
230
    self,
224
231
    _ex);
 
232
  return _result;
225
233
}
226
234
#else
227
235
;
238
246
  /* out */ sidl_BaseInterface *_ex)
239
247
#ifdef SIDL_C_HAS_INLINE
240
248
{
241
 
  return (*self->d_epv->f_getNote)(
 
249
  char* _result;
 
250
  _result = (*self->d_epv->f_getNote)(
242
251
    self,
243
252
    _ex);
 
253
  return _result;
244
254
}
245
255
#else
246
256
;
279
289
  /* out */ sidl_BaseInterface *_ex)
280
290
#ifdef SIDL_C_HAS_INLINE
281
291
{
282
 
  return (*self->d_epv->f_getTrace)(
 
292
  char* _result;
 
293
  _result = (*self->d_epv->f_getTrace)(
283
294
    self,
284
295
    _ex);
 
296
  return _result;
285
297
}
286
298
#else
287
299
;
428
440
  /* out */ sidl_BaseInterface *_ex)
429
441
#ifdef SIDL_C_HAS_INLINE
430
442
{
431
 
  return (*self->d_epv->f__getURL)(
 
443
  char* _result;
 
444
  _result = (*self->d_epv->f__getURL)(
432
445
    self,
433
446
    _ex);
 
447
  return _result;
434
448
}
435
449
#else
436
450
;
464
478
  /* out */ sidl_BaseInterface *_ex)
465
479
#ifdef SIDL_C_HAS_INLINE
466
480
{
467
 
  return (*self->d_epv->f__isRemote)(
 
481
  sidl_bool _result;
 
482
  _result = (*self->d_epv->f__isRemote)(
468
483
    self,
469
484
    _ex);
 
485
  return _result;
470
486
}
471
487
#else
472
488
;
983
999
 * RMI connector function for the class. (no addref)
984
1000
 */
985
1001
struct sidlx_rmi_GenNetworkException__object*
986
 
sidlx_rmi_GenNetworkException__connectI(const char * url, sidl_bool ar,
987
 
  struct sidl_BaseInterface__object **_ex);
 
1002
sidlx_rmi_GenNetworkException__connectI(const char * url, sidl_bool ar, struct 
 
1003
  sidl_BaseInterface__object **_ex);
988
1004
 
989
1005
#ifdef __cplusplus
990
1006
}