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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-CX/sidl_rmi_BindException.hxx

  • 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_BindException.hxx
3
3
// Symbol:        sidl.rmi.BindException-v0.9.15
4
4
// Symbol Type:   class
5
 
// Babel Version: 1.0.0
6
 
// Release:       $Name:  $
7
 
// Revision:      @(#) $Id: sidl_rmi_BindException.hxx,v 1.2 2006/09/14 21:52:15 painter Exp $
 
5
// Babel Version: 1.0.4
 
6
// Release:       $Name: V2-4-0b $
 
7
// Revision:      @(#) $Id: sidl_rmi_BindException.hxx,v 1.4 2007/09/27 19:55:46 painter Exp $
8
8
// Description:   Client-side glue code for sidl.rmi.BindException
9
9
// 
10
10
// Copyright (c) 2000-2002, The Regents of the University of California.
120
120
      typedef struct sidl_rmi_BindException__sepv sepv_t;
121
121
 
122
122
      // default constructor
123
 
      BindException() { }
 
123
      BindException() { 
 
124
      }
124
125
 
125
126
      // static constructor
126
127
      static ::sidl::rmi::BindException _create();
156
157
      // For internal use by Impls (fixes bug#275)
157
158
      BindException ( BindException::ior_t* ior, bool isWeak );
158
159
 
159
 
      ior_t* _get_ior() throw() { return reinterpret_cast< ior_t*>(d_self); }
160
 
 
161
 
      const ior_t* _get_ior() const throw () { return reinterpret_cast< 
162
 
        ior_t*>(d_self); }
163
 
 
164
 
      void _set_ior( ior_t* ptr ) throw () { d_self = reinterpret_cast< 
165
 
        void*>(ptr); }
 
160
      inline ior_t* _get_ior() const throw() {
 
161
        return reinterpret_cast< ior_t*>(d_self);
 
162
      }
 
163
 
 
164
      void _set_ior( ior_t* ptr ) throw () { 
 
165
        d_self = reinterpret_cast< void*>(ptr);
 
166
      }
166
167
 
167
168
      bool _is_nil() const throw () { return (d_self==0); }
168
169
 
226
227
extern "C" {
227
228
 
228
229
 
229
 
  #pragma weak sidl_rmi_BindException__connectI
 
230
#pragma weak sidl_rmi_BindException__connectI
230
231
 
231
 
  #pragma weak sidl_rmi_BindException__rmicast
 
232
#pragma weak sidl_rmi_BindException__rmicast
232
233
 
233
234
  /**
234
235
   * Cast method for interface and class type conversions.
241
242
   * RMI connector function for the class. (no addref)
242
243
   */
243
244
  struct sidl_rmi_BindException__object*
244
 
  sidl_rmi_BindException__connectI(const char * url, sidl_bool ar,
245
 
    struct sidl_BaseInterface__object **_ex);
 
245
  sidl_rmi_BindException__connectI(const char * url, sidl_bool ar, struct 
 
246
    sidl_BaseInterface__object **_ex);
246
247
 
247
248
 
248
249
} // end extern "C"