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

« back to all changes in this revision

Viewing changes to src/babel/bHYPREClient-F90/sidl_PostViolation_fStub.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:
 
1
/*
 
2
 * File:          sidl_PostViolation_fStub.h
 
3
 * Symbol:        sidl.PostViolation-v0.9.15
 
4
 * Symbol Type:   class
 
5
 * Babel Version: 1.0.0
 
6
 * Release:       $Name: V2-4-0b $
 
7
 * Revision:      @(#) $Id: sidl_PostViolation_fStub.h,v 1.1 2007/02/06 01:23:07 painter Exp $
 
8
 * Description:   Client-side documentation text for sidl.PostViolation
 
9
 * 
 
10
 * Copyright (c) 2000-2002, The Regents of the University of California.
 
11
 * Produced at the Lawrence Livermore National Laboratory.
 
12
 * Written by the Components Team <components@llnl.gov>
 
13
 * All rights reserved.
 
14
 * 
 
15
 * This file is part of Babel. For more information, see
 
16
 * http://www.llnl.gov/CASC/components/. Please read the COPYRIGHT file
 
17
 * for Our Notice and the LICENSE file for the GNU Lesser General Public
 
18
 * License.
 
19
 * 
 
20
 * This program is free software; you can redistribute it and/or modify it
 
21
 * under the terms of the GNU Lesser General Public License (as published by
 
22
 * the Free Software Foundation) version 2.1 dated February 1999.
 
23
 * 
 
24
 * This program is distributed in the hope that it will be useful, but
 
25
 * WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
 
26
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
 
27
 * conditions of the GNU Lesser General Public License for more details.
 
28
 * 
 
29
 * You should have recieved a copy of the GNU Lesser General Public License
 
30
 * along with this program; if not, write to the Free Software Foundation,
 
31
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
32
 * 
 
33
 * WARNING: Automatically generated; changes will be lost
 
34
 * 
 
35
 */
 
36
 
 
37
#ifndef included_sidl_PostViolation_fStub_h
 
38
#define included_sidl_PostViolation_fStub_h
 
39
 
 
40
/**
 
41
 * Symbol "sidl.PostViolation" (version 0.9.15)
 
42
 * 
 
43
 * <code>PostViolation</code> provides the basic marker for 
 
44
 * a post-condition exception.
 
45
 */
 
46
 
 
47
#ifndef included_sidl_PostViolation_IOR_h
 
48
#include "sidl_PostViolation_IOR.h"
 
49
#endif
 
50
 
 
51
#ifdef __cplusplus
 
52
extern "C" {
 
53
#endif
 
54
 
 
55
 
 
56
#pragma weak sidl_PostViolation__connectI
 
57
 
 
58
#pragma weak sidl_PostViolation__rmicast
 
59
 
 
60
/**
 
61
 * Cast method for interface and class type conversions.
 
62
 */
 
63
struct sidl_PostViolation__object*
 
64
sidl_PostViolation__rmicast(
 
65
  void* obj, struct sidl_BaseInterface__object **_ex);
 
66
 
 
67
/**
 
68
 * RMI connector function for the class. (no addref)
 
69
 */
 
70
struct sidl_PostViolation__object*
 
71
sidl_PostViolation__connectI(const char * url, sidl_bool ar,
 
72
  struct sidl_BaseInterface__object **_ex);
 
73
 
 
74
#ifdef __cplusplus
 
75
}
 
76
#endif
 
77
#endif