Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 06e1e0ab98898582c876a8be34ecb5e9 > files > 187

capisuite-0.4.5-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CapiSuite: capisuitemodule.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>capisuitemodule.h</h1><a href="capisuitemodule_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 
00020 <span class="comment">/***************************************************************************</span>
00021 <span class="comment"> *                                                                         *</span>
00022 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
00023 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
00024 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
00025 <span class="comment"> *   (at your option) any later version.                                   *</span>
00026 <span class="comment"> *                                                                         *</span>
00027 <span class="comment"> ***************************************************************************/</span>
00028 
00029 <span class="preprocessor">#ifndef PCAPICOMMODULE_H</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#define PCAPICOMMODULE_H</span>
00031 <span class="preprocessor"></span>
00032 <span class="preprocessor">#include &lt;Python.h&gt;</span>
00033 <span class="preprocessor">#include "<a class="code" href="applicationexception_8h.html">applicationexception.h</a>"</span>
00034 
00035 <span class="keyword">class </span><a class="code" href="classConnection.html">Connection</a>;
00036 
00047 <span class="keywordtype">void</span> capisuitemodule_init() throw (<a class="code" href="classApplicationError.html">ApplicationError</a>);
00048 
00058 <span class="keywordtype">void</span> capisuitemodule_destruct_connection(<span class="keywordtype">void</span>* conn);
00059 
00060 #endif
00061 
00062 <span class="comment">/* History</span>
00063 <span class="comment"></span>
00064 <span class="comment">$Log: capisuitemodule.h,v $</span>
00065 <span class="comment">Revision 1.2  2003/02/25 13:24:21  gernot</span>
00066 <span class="comment">- remove old forward declaration</span>
00067 <span class="comment"></span>
00068 <span class="comment">Revision 1.1.1.1  2003/02/19 08:19:53  gernot</span>
00069 <span class="comment">initial checkin of 0.4</span>
00070 <span class="comment"></span>
00071 <span class="comment">Revision 1.5  2002/12/07 22:36:21  ghillie</span>
00072 <span class="comment">- capisuitemodule_init: doesn't return __main__ any more</span>
00073 <span class="comment"></span>
00074 <span class="comment">Revision 1.4  2002/12/06 12:54:11  ghillie</span>
00075 <span class="comment">- removed capisuitemodule_call_gone() (CallGoneException won't be thrown in</span>
00076 <span class="comment">  from somewhere any more)</span>
00077 <span class="comment">- added destruction function for Connection objects</span>
00078 <span class="comment"></span>
00079 <span class="comment">Revision 1.3  2002/12/05 14:50:05  ghillie</span>
00080 <span class="comment">- comment improvement</span>
00081 <span class="comment"></span>
00082 <span class="comment">Revision 1.2  2002/12/02 12:26:51  ghillie</span>
00083 <span class="comment">- update description to new behaviour of service parameter</span>
00084 <span class="comment"></span>
00085 <span class="comment">Revision 1.1  2002/11/29 11:06:22  ghillie</span>
00086 <span class="comment">renamed CapiCom to CapiSuite (name conflict with MS crypto API :-( )</span>
00087 <span class="comment"></span>
00088 <span class="comment">Revision 1.2  2002/11/29 10:20:44  ghillie</span>
00089 <span class="comment">- updated docs, use doxygen format now</span>
00090 <span class="comment"></span>
00091 <span class="comment">Revision 1.1  2002/11/22 15:44:54  ghillie</span>
00092 <span class="comment">renamed pcallcontrol.* to capicommodule.*</span>
00093 <span class="comment"></span>
00094 <span class="comment">Revision 1.7  2002/11/18 14:21:07  ghillie</span>
00095 <span class="comment">- moved global severity_t to ApplicationError::severity_t</span>
00096 <span class="comment">- added throw() declarations to header files</span>
00097 <span class="comment"></span>
00098 <span class="comment">Revision 1.6  2002/11/13 08:34:54  ghillie</span>
00099 <span class="comment">moved history to the bottom</span>
00100 <span class="comment"></span>
00101 <span class="comment">Revision 1.5  2002/11/10 17:03:45  ghillie</span>
00102 <span class="comment">now CallControl reference is passed directly to the called Pyhton functions</span>
00103 <span class="comment"></span>
00104 <span class="comment">Revision 1.4  2002/11/06 16:16:07  ghillie</span>
00105 <span class="comment">added code to raise CallGoneError in any case so the script is cancelled when the call is gone surely</span>
00106 <span class="comment"></span>
00107 <span class="comment">Revision 1.3  2002/10/30 14:25:54  ghillie</span>
00108 <span class="comment">added connect,disconnect,reject functions, changed init function to return the module dictionary</span>
00109 <span class="comment"></span>
00110 <span class="comment">Revision 1.2  2002/10/27 12:47:20  ghillie</span>
00111 <span class="comment">- added multithread support for python</span>
00112 <span class="comment">- changed callcontrol reference to stay in the python namespace</span>
00113 <span class="comment">- changed ApplicationError to support differen severity</span>
00114 <span class="comment"></span>
00115 <span class="comment">Revision 1.1  2002/10/25 13:29:38  ghillie</span>
00116 <span class="comment">grouped files into subdirectories</span>
00117 <span class="comment"></span>
00118 <span class="comment">Revision 1.3  2002/10/24 09:55:52  ghillie</span>
00119 <span class="comment">many fixes. Works for one call now</span>
00120 <span class="comment"></span>
00121 <span class="comment">Revision 1.2  2002/10/23 15:42:11  ghillie</span>
00122 <span class="comment">- added standard headers</span>
00123 <span class="comment">- changed initialization code (object references now set in extra function)</span>
00124 <span class="comment">- added some missing Py_None</span>
00125 <span class="comment"></span>
00126 <span class="comment">*/</span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Sun Nov 28 14:37:44 2004 for CapiSuite by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>