Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > fed004d762c0bf54c1f66cec3fd67506 > files > 23

globus-gsi-openssl-error-doc-0.14-8.fc13.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('group__globus__gsi__openssl__error__activation.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#define-members">Defines</a>  </div>
  <div class="headertitle">
<h1>Activation</h1>  </div>
<div class="ingroups"><a class="el" href="group__globus__openssl__error__api.html">Globus OPENSSL Error API</a></div></div>
<div class="contents">

<p>Globus GSI OpenSSL Error uses standard Globus module activation and deactivation.  
<a href="#_details">More...</a></p>
<div class="dynheader">
Collaboration diagram for Activation:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__globus__gsi__openssl__error__activation.png" border="0" alt="" usemap="#group____globus____gsi____openssl____error____activation"/>
<map name="group____globus____gsi____openssl____error____activation" id="group____globus____gsi____openssl____error____activation">
<area shape="rect" id="node2" href="group__globus__openssl__error__api.html" title="Globus OPENSSL Error API" alt="" coords="7,5,193,35"/></map>
</td></tr></table></center>
</div>
<h2><a name="define-members"></a>
Defines</h2>
<ul>
<li>#define <a class="el" href="group__globus__gsi__openssl__error__activation.html#ga13473df2d4eff72d07d9f05bafaa605d">GLOBUS_GSI_OPENSSL_ERROR_MODULE</a>
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Globus GSI OpenSSL Error uses standard Globus module activation and deactivation. </p>
<p>Before any Globus GSI OpenSSL Error functions are called, the following function must be called:</p>
<div class="fragment"><pre class="fragment">      globus_module_activate(<a class="code" href="group__globus__gsi__openssl__error__activation.html#ga13473df2d4eff72d07d9f05bafaa605d" title="Module descriptor.">GLOBUS_GSI_OPENSSL_ERROR_MODULE</a>)
</pre></div><p>This function returns GLOBUS_SUCCESS if Globus GSI OpenSSL Error was successfully initialized, and you are therefore allowed to subsequently call Globus GSI OpenSSL Error functions. Otherwise, an error code is returned, and Globus GSI OpenSSL Error functions should not be subsequently called. This function may be called multiple times.</p>
<p>To deactivate Globus GSI OpenSSL Error, the following function must be called:</p>
<div class="fragment"><pre class="fragment">    globus_module_deactivate(<a class="code" href="group__globus__gsi__openssl__error__activation.html#ga13473df2d4eff72d07d9f05bafaa605d" title="Module descriptor.">GLOBUS_GSI_OPENSSL_ERROR_MODULE</a>)
</pre></div><p>This function should be called once for each time Globus GSI OpenSSL Error was activated. </p>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="ga13473df2d4eff72d07d9f05bafaa605d"></a><!-- doxytag: member="globus_error_openssl.h::GLOBUS_GSI_OPENSSL_ERROR_MODULE" ref="ga13473df2d4eff72d07d9f05bafaa605d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define GLOBUS_GSI_OPENSSL_ERROR_MODULE</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Module descriptor. </p>

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>

</body>
</html>