Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_time_out_timer.html
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Fri, 22 Jan 2010 18:26:19 +0000
changeset 1 25a17d01db0c
child 6 43e37759235e
permissions -rw-r--r--
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TB10.1 Example Applications: CTimeOutTimer Class Reference</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.5.3 -->
<h1>CTimeOutTimer Class Reference</h1><!-- doxytag: class="CTimeOutTimer" -->
<p>
<a href="class_c_time_out_timer-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="11e245461c6f57e238aa0c991824c3fc"></a><!-- doxytag: member="CTimeOutTimer::~CTimeOutTimer" ref="11e245461c6f57e238aa0c991824c3fc" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_time_out_timer.html#11e245461c6f57e238aa0c991824c3fc">~CTimeOutTimer</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="72113cd4357291cd765172d7284a7478"></a><!-- doxytag: member="CTimeOutTimer::NewL" ref="72113cd4357291cd765172d7284a7478" args="(const TInt aPriority, MTimeOutNotify &amp;aTimeOutNotify)" -->
static <a class="el" href="class_c_time_out_timer.html">CTimeOutTimer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_time_out_timer.html#72113cd4357291cd765172d7284a7478">NewL</a> (const TInt aPriority, <a class="el" href="class_m_time_out_notify.html">MTimeOutNotify</a> &amp;aTimeOutNotify)</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bd1cc8080df81941fbe816441249518a"></a><!-- doxytag: member="CTimeOutTimer::CTimeOutTimer" ref="bd1cc8080df81941fbe816441249518a" args="(const TInt aPriority)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_time_out_timer.html#bd1cc8080df81941fbe816441249518a">CTimeOutTimer</a> (const TInt aPriority)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_time_out_timer.html#b1966a9b992a0311812ae8f7c23eba0b">ConstructL</a> (<a class="el" href="class_m_time_out_notify.html">MTimeOutNotify</a> &amp;aTimeOutNotify)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_time_out_timer.html#ef6eda1dd050a1b73a56849e3bba9897">RunL</a> ()</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>Definition at line <a class="el" href="_e_c_h_o_e_n_g_8_h-source.html#l00042">42</a> of file <a class="el" href="_e_c_h_o_e_n_g_8_h-source.html">ECHOENG.H</a>.</p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="b1966a9b992a0311812ae8f7c23eba0b"></a><!-- doxytag: member="CTimeOutTimer::ConstructL" ref="b1966a9b992a0311812ae8f7c23eba0b" args="(MTimeOutNotify &amp;aTimeOutNotify)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CTimeOutTimer::ConstructL           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_m_time_out_notify.html">MTimeOutNotify</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>aTimeOutNotify</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
ConstructL function is used to add the active object to the scheduler 
<p>Definition at line <a class="el" href="_e_c_h_o_e_n_g_8_c_p_p-source.html#l00459">459</a> of file <a class="el" href="_e_c_h_o_e_n_g_8_c_p_p-source.html">ECHOENG.CPP</a>.</p>

</div>
</div><p>
<a class="anchor" name="ef6eda1dd050a1b73a56849e3bba9897"></a><!-- doxytag: member="CTimeOutTimer::RunL" ref="ef6eda1dd050a1b73a56849e3bba9897" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CTimeOutTimer::RunL           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Timer request has completed, so notify the timer's owner 
<p>Definition at line <a class="el" href="_e_c_h_o_e_n_g_8_c_p_p-source.html#l00468">468</a> of file <a class="el" href="_e_c_h_o_e_n_g_8_c_p_p-source.html">ECHOENG.CPP</a>.</p>

</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:07 2010 for TB10.1 Example Applications by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>