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

« back to all changes in this revision

Viewing changes to src/babel-runtime/sidl/sidl_rmi_Return.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:          sidl_rmi_Return.h
3
3
 * Symbol:        sidl.rmi.Return-v0.9.15
4
4
 * Symbol Type:   interface
5
 
 * Babel Version: 1.0.0
6
 
 * Release:       $Name:  $
7
 
 * Revision:      @(#) $Id: sidl_rmi_Return.h,v 1.1 2006/08/29 23:26:42 painter Exp $
 
5
 * Babel Version: 1.0.4
 
6
 * Release:       $Name: V2-4-0b $
 
7
 * Revision:      @(#) $Id: sidl_rmi_Return.h,v 1.2 2007/09/27 19:35:48 painter Exp $
8
8
 * Description:   Client-side glue code for sidl.rmi.Return
9
9
 * 
10
10
 * Copyright (c) 2000-2002, The Regents of the University of California.
792
792
  /* out */ sidl_BaseInterface *_ex)
793
793
#ifdef SIDL_C_HAS_INLINE
794
794
{
795
 
  return (*self->d_epv->f_isSame)(
 
795
  sidl_bool _result;
 
796
  _result = (*self->d_epv->f_isSame)(
796
797
    self->d_object,
797
798
    iobj,
798
799
    _ex);
 
800
  return _result;
799
801
}
800
802
#else
801
803
;
816
818
  /* out */ sidl_BaseInterface *_ex)
817
819
#ifdef SIDL_C_HAS_INLINE
818
820
{
819
 
  return (*self->d_epv->f_isType)(
 
821
  sidl_bool _result;
 
822
  _result = (*self->d_epv->f_isType)(
820
823
    self->d_object,
821
824
    name,
822
825
    _ex);
 
826
  return _result;
823
827
}
824
828
#else
825
829
;
836
840
  /* out */ sidl_BaseInterface *_ex)
837
841
#ifdef SIDL_C_HAS_INLINE
838
842
{
839
 
  return (*self->d_epv->f_getClassInfo)(
 
843
  sidl_ClassInfo _result;
 
844
  _result = (*self->d_epv->f_getClassInfo)(
840
845
    self->d_object,
841
846
    _ex);
 
847
  return _result;
842
848
}
843
849
#else
844
850
;
896
902
  /* out */ sidl_BaseInterface *_ex)
897
903
#ifdef SIDL_C_HAS_INLINE
898
904
{
899
 
  return (*self->d_epv->f__getURL)(
 
905
  char* _result;
 
906
  _result = (*self->d_epv->f__getURL)(
900
907
    self->d_object,
901
908
    _ex);
 
909
  return _result;
902
910
}
903
911
#else
904
912
;
932
940
  /* out */ sidl_BaseInterface *_ex)
933
941
#ifdef SIDL_C_HAS_INLINE
934
942
{
935
 
  return (*self->d_epv->f__isRemote)(
 
943
  sidl_bool _result;
 
944
  _result = (*self->d_epv->f__isRemote)(
936
945
    self->d_object,
937
946
    _ex);
 
947
  return _result;
938
948
}
939
949
#else
940
950
;
1451
1461
 * RMI connector function for the class. (no addref)
1452
1462
 */
1453
1463
struct sidl_rmi_Return__object*
1454
 
sidl_rmi_Return__connectI(const char * url, sidl_bool ar,
1455
 
  struct sidl_BaseInterface__object **_ex);
 
1464
sidl_rmi_Return__connectI(const char * url, sidl_bool ar, struct 
 
1465
  sidl_BaseInterface__object **_ex);
1456
1466
 
1457
1467
#ifdef __cplusplus
1458
1468
}