1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
<!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: applicationinterface.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 Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>applicationinterface.h</h1><a href="applicationinterface_8h.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001
00008 <span class="comment">/***************************************************************************</span>
00009 <span class="comment"> * *</span>
00010 <span class="comment"> * This program is free software; you can redistribute it and/or modify *</span>
00011 <span class="comment"> * it under the terms of the GNU General Public License as published by *</span>
00012 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or *</span>
00013 <span class="comment"> * (at your option) any later version. *</span>
00014 <span class="comment"> * *</span>
00015 <span class="comment"> ***************************************************************************/</span>
00016
00017 <span class="preprocessor">#ifndef APPLICATIONINTERFACE_H</span>
00018 <span class="preprocessor"></span><span class="preprocessor">#define APPLICATIONINTERFACE_H</span>
00019 <span class="preprocessor"></span>
00020 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
00021
00022 <span class="preprocessor">#include <iostream></span>
00023
00024 <span class="keyword">class </span><a class="code" href="classConnection.html">Connection</a>;
00025
<a name="l00036"></a><a class="code" href="classApplicationInterface.html">00036</a> <span class="keyword">class </span><a class="code" href="classApplicationInterface.html">ApplicationInterface</a>
00037 {
00038 <span class="keyword">public</span>:
00043 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classApplicationInterface.html#a0">callWaiting</a> (<a class="code" href="classConnection.html">Connection</a> *conn) = 0;
00044 };
00045
00046 <span class="preprocessor">#endif</span>
00047 <span class="preprocessor"></span>
00048 <span class="comment">/* History</span>
00049 <span class="comment"></span>
00050 <span class="comment">$Log: applicationinterface.h,v $</span>
00051 <span class="comment">Revision 1.1 2003/02/19 08:19:53 gernot</span>
00052 <span class="comment">Initial revision</span>
00053 <span class="comment"></span>
00054 <span class="comment">Revision 1.7 2002/12/05 15:55:34 ghillie</span>
00055 <span class="comment">- removed callCompleted(), application will self-determine when call is completed</span>
00056 <span class="comment"></span>
00057 <span class="comment">Revision 1.6 2002/12/05 14:54:52 ghillie</span>
00058 <span class="comment">- thrown away debug() method, debug stream is given in constructor now</span>
00059 <span class="comment"></span>
00060 <span class="comment">Revision 1.5 2002/11/29 10:20:44 ghillie</span>
00061 <span class="comment">- updated docs, use doxygen format now</span>
00062 <span class="comment"></span>
00063 <span class="comment">Revision 1.4 2002/11/25 21:00:53 ghillie</span>
00064 <span class="comment">- improved documentation, now doxygen-readabl</span>
00065 <span class="comment"></span>
00066 <span class="comment">Revision 1.3 2002/11/13 08:34:54 ghillie</span>
00067 <span class="comment">moved history to the bottom</span>
00068 <span class="comment"></span>
00069 <span class="comment">Revision 1.2 2002/10/29 14:10:42 ghillie</span>
00070 <span class="comment">updated description of callCompleted: now the given reference is valid</span>
00071 <span class="comment"></span>
00072 <span class="comment">Revision 1.1 2002/10/25 13:29:38 ghillie</span>
00073 <span class="comment">grouped files into subdirectories</span>
00074 <span class="comment"></span>
00075 <span class="comment">Revision 1.9 2002/10/23 15:37:50 ghillie</span>
00076 <span class="comment">typo...</span>
00077 <span class="comment"></span>
00078 <span class="comment">Revision 1.8 2002/10/04 15:48:03 gernot</span>
00079 <span class="comment">structure changes completed & compiles now!</span>
00080 <span class="comment"></span>
00081 <span class="comment">Revision 1.7 2002/10/04 13:27:15 gernot</span>
00082 <span class="comment">some restructuring to get it to a working state ;-)</span>
00083 <span class="comment"></span>
00084 <span class="comment">does not do anything useful yet nor does it even compile...</span>
00085 <span class="comment"></span>
00086 <span class="comment">Revision 1.6 2002/10/02 14:10:07 gernot</span>
00087 <span class="comment">first version</span>
00088 <span class="comment"></span>
00089 <span class="comment">Revision 1.5 2002/10/01 08:56:09 gernot</span>
00090 <span class="comment">some cosmetic improvements, changes for gcc3.2</span>
00091 <span class="comment"></span>
00092 <span class="comment">Revision 1.4 2002/09/22 14:22:53 gernot</span>
00093 <span class="comment">some cosmetic comment improvements ;-)</span>
00094 <span class="comment"></span>
00095 <span class="comment">Revision 1.3 2002/09/19 12:08:19 gernot</span>
00096 <span class="comment">added magic CVS strings</span>
00097 <span class="comment"></span>
00098 <span class="comment">* Sun Sep 15 2002 - gernot@hillier.de</span>
00099 <span class="comment">- put under CVS, cvs changelog follows</span>
00100 <span class="comment"></span>
00101 <span class="comment">* Sun May 20 2002 - gernot@hillier.de</span>
00102 <span class="comment">- first version</span>
00103 <span class="comment"></span>
00104 <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>
|