Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

applicationinterface.h

Go to the documentation of this file.
00001 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef APPLICATIONINTERFACE_H 00018 #define APPLICATIONINTERFACE_H 00019 00020 using namespace std; 00021 00022 #include <iostream> 00023 00024 class Connection; 00025 00036 class ApplicationInterface 00037 { 00038 public: 00043 virtual void callWaiting (Connection *conn) = 0; 00044 }; 00045 00046 #endif 00047 00048 /* History 00049 00050 $Log: applicationinterface.h,v $ 00051 Revision 1.1 2003/02/19 08:19:53 gernot 00052 Initial revision 00053 00054 Revision 1.7 2002/12/05 15:55:34 ghillie 00055 - removed callCompleted(), application will self-determine when call is completed 00056 00057 Revision 1.6 2002/12/05 14:54:52 ghillie 00058 - thrown away debug() method, debug stream is given in constructor now 00059 00060 Revision 1.5 2002/11/29 10:20:44 ghillie 00061 - updated docs, use doxygen format now 00062 00063 Revision 1.4 2002/11/25 21:00:53 ghillie 00064 - improved documentation, now doxygen-readabl 00065 00066 Revision 1.3 2002/11/13 08:34:54 ghillie 00067 moved history to the bottom 00068 00069 Revision 1.2 2002/10/29 14:10:42 ghillie 00070 updated description of callCompleted: now the given reference is valid 00071 00072 Revision 1.1 2002/10/25 13:29:38 ghillie 00073 grouped files into subdirectories 00074 00075 Revision 1.9 2002/10/23 15:37:50 ghillie 00076 typo... 00077 00078 Revision 1.8 2002/10/04 15:48:03 gernot 00079 structure changes completed & compiles now! 00080 00081 Revision 1.7 2002/10/04 13:27:15 gernot 00082 some restructuring to get it to a working state ;-) 00083 00084 does not do anything useful yet nor does it even compile... 00085 00086 Revision 1.6 2002/10/02 14:10:07 gernot 00087 first version 00088 00089 Revision 1.5 2002/10/01 08:56:09 gernot 00090 some cosmetic improvements, changes for gcc3.2 00091 00092 Revision 1.4 2002/09/22 14:22:53 gernot 00093 some cosmetic comment improvements ;-) 00094 00095 Revision 1.3 2002/09/19 12:08:19 gernot 00096 added magic CVS strings 00097 00098 * Sun Sep 15 2002 - gernot@hillier.de 00099 - put under CVS, cvs changelog follows 00100 00101 * Sun May 20 2002 - gernot@hillier.de 00102 - first version 00103 00104 */

Generated on Sun Nov 28 14:37:44 2004 for CapiSuite by doxygen 1.3.8