00001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
00002 <html>
00003
00004 <head>
00005 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
00006 <title>asyncserver.pan Source File</title>
00007 <link href="style.css" rel="stylesheet" type="text/css">
00008 </head>
00009
00010 <table border="0" width="100%" height="8" bgcolor="#eeeeee">
00011 <tr> <td width="100%" height="1"><b><font size="2" color="#000000" face="Arial, Helvetica, sans-serif"><strong><a name=Top></a>
00012 S60 5th Edition SDK </strong></font></b><br><i>Example Applications Guide</i></td></tr> </table>
00013 <!-- Generated by Doxygen 1.4.5 -->
00014 <div class="tabs">
00015 <ul>
00016 <li><a href="index.html"><span>Main Page</span></a></li>
00017 <li><a href="annotated.html"><span>Classes</span></a></li>
00018 <li id="current"><a href="files.html"><span>Files</span></a></li>
00019 </ul></div>
00020 <h1>asyncserver.pan</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 </span>
00034 <a name="l00015"></a>00015
00035 <a name="l00016"></a>00016
00036 <a name="l00017"></a>00017 <span class="preprocessor">#ifndef __ASYNCSERVER_PAN__</span>
00037 <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __ASYNCSERVER_PAN__</span>
00038 <a name="l00019"></a>00019 <span class="preprocessor"></span><span class="comment"></span>
00039 <a name="l00020"></a>00020 <span class="comment"></span>
00040 <a name="l00021"></a>00021 _LIT( KCSAsyncServer, <span class="stringliteral">"CSAsyncServer"</span> );
00041 <a name="l00022"></a>00022 <span class="comment"></span>
00042 <a name="l00023"></a>00023 <span class="comment"></span>
00043 <a name="l00024"></a>00024 <span class="keyword">enum</span> TTimeServPanic
00044 <a name="l00025"></a>00025 {
00045 <a name="l00026"></a>00026 EBadRequest = 1,
00046 <a name="l00027"></a>00027 EBadDescriptor = 2,
00047 <a name="l00028"></a>00028 ESrvCreateServer = 3,
00048 <a name="l00029"></a>00029 EMainSchedulerError = 4,
00049 <a name="l00030"></a>00030 ECreateTrapCleanup = 5,
00050 <a name="l00031"></a>00031 ESrvSessCreateTimer = 6,
00051 <a name="l00032"></a>00032 EReqAlreadyPending = 7 <span class="comment">
00052 <a name="l00033"></a>00033 };
00053 <a name="l00034"></a>00034
00054 <a name="l00035"></a>00035 <span class="preprocessor">#endif
00055 <a name="l00036"></a>00036 <span class="preprocessor"></span>
00056 <a name="l00037"></a>00037 <span class="comment">
00057 </pre></div><hr>
00058
00059 <table x-use-null-cells
00060 style="x-cell-content-align: top;
00061 width: 100%;
00062 border-spacing: 0px;
00063 border-spacing: 0px;"
00064 cellspacing=0
00065 width=100%>
00066 <col style="width: 50%;">
00067 <col style="width: 50%;">
00068
00069 <tr style="x-cell-content-align: top;"
00070 valign=top>
00071 <td style="width: 50%;
00072 padding-right: 10px;
00073 padding-left: 10px;
00074 border-right-style: None;
00075 border-left-style: None;
00076 border-top-style: None;
00077 border-bottom-style: None;"
00078 width=50%>
00079 <p style="font-family: Arial;"><small style="font-size: smaller;">© Nokia 2009</small></td>
00080 <td style="width: 50%;
00081 padding-right: 10px;
00082 padding-left: 10px;
00083 border-top-style: None;
00084 border-bottom-style: None;
00085 border-right-style: None;"
00086 width=50%>
00087 <p style="text-align: right; margin-right: -4px;"
00088 align=right><span style="font-weight: bold;"><a href="#Top"
00089 title="Back to top"><img
00090 src="top.gif"
00091 x-maintain-ratio=TRUE
00092 alt="Back to top"
00093 style="border: none;
00094 width: 18px;
00095 height: 15px;
00096 float: none;
00097 border-style: none;
00098 border-style: none;"
00099 width=18
00100 height=15
00101 border=0></a></span></td></tr>
00102 </table>
00103 </body>
00104 </html>
00105