Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_async_waiter.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: CAsyncWaiter 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>CAsyncWaiter Class Reference</h1><!-- doxytag: class="CAsyncWaiter" -->
<p>
<a href="class_c_async_waiter-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="a72480f7bf5f335e9a27676a42d06312"></a><!-- doxytag: member="CAsyncWaiter::~CAsyncWaiter" ref="a72480f7bf5f335e9a27676a42d06312" args="()" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_async_waiter.html#a72480f7bf5f335e9a27676a42d06312">~CAsyncWaiter</a> ()</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_async_waiter.html#43b19982f387f3f74bd9bd6c80051c38">StartAndWait</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="74c5f6ce2438095e08e3c349a297280b"></a><!-- doxytag: member="CAsyncWaiter::Result" ref="74c5f6ce2438095e08e3c349a297280b" args="() const " -->
TInt&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_async_waiter.html#74c5f6ce2438095e08e3c349a297280b">Result</a> () const </td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_async_waiter.html">CAsyncWaiter</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_async_waiter.html#dbceb921d2500fa11395669bf1cbbccf">NewL</a> ()</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="class_c_async_waiter.html">CAsyncWaiter</a> is a class that publicly inherits the class CActive. CActive is core class of the active object abstraction. It encapsulates both issuing a request to an asynchronous service provider and handling the completed requests. 
<p>Definition at line <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8h-source.html#l00033">33</a> of file <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8h-source.html">asyncwaiter.h</a>.</p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="dbceb921d2500fa11395669bf1cbbccf"></a><!-- doxytag: member="CAsyncWaiter::NewL" ref="dbceb921d2500fa11395669bf1cbbccf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_c_async_waiter.html">CAsyncWaiter</a> * CAsyncWaiter::NewL           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates an object of <a class="el" href="class_c_mess_async_waiter.html">CMessAsyncWaiter</a> 
<p>Definition at line <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8cpp-source.html#l00029">29</a> of file <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8cpp-source.html">asyncwaiter.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="43b19982f387f3f74bd9bd6c80051c38"></a><!-- doxytag: member="CAsyncWaiter::StartAndWait" ref="43b19982f387f3f74bd9bd6c80051c38" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CAsyncWaiter::StartAndWait           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicates that the active object has issued a request and that it is now outstanding . 
<p>Definition at line <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8cpp-source.html#l00053">53</a> of file <a class="el" href="_sys_libs_2_cent_rep_example_2asyncwaiter_8cpp-source.html">asyncwaiter.cpp</a>.</p>

</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:03 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>