Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html
changeset 1 25a17d01db0c
child 6 43e37759235e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html	Fri Jan 22 18:26:19 2010 +0000
@@ -0,0 +1,130 @@
+<!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: CSwap 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>CSwap Class Reference</h1><!-- doxytag: class="CSwap" --><!-- doxytag: inherits="CISVAPIAsync" --><div class="dynheader">
+Inheritance diagram for CSwap:</div>
+<div class="dynsection">
+
+<p><center><img src="class_c_swap.png" usemap="#CSwap_map" border="0" alt=""></center>
+<map name="CSwap_map">
+<area href="class_c_i_s_v_a_p_i_async.html" alt="CISVAPIAsync" shape="rect" coords="0,56,97,80">
+<area href="class_c_i_s_v_a_p_i_base.html" alt="CISVAPIBase" shape="rect" coords="0,0,97,24">
+</map>
+</div>
+
+<p>
+<a href="class_c_swap-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">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_swap.html#9130c3734255053e73726d7a8a04b5ac">~CSwap</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_swap.html#d3c11b8609486c7e8b0f113d4d30be57">DoStartRequestL</a> (CTelephony::TCallId aCallId1, CTelephony::TCallId aCallId2)</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_swap.html">CSwap</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_swap.html#c211a0d3be3d6e76bf452cefa698be7d">NewL</a> (<a class="el" href="class_m_exec_async.html">MExecAsync</a> *aController)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Puts the currently active call specified as argument 1 to <a class="el" href="class_c_i_s_v_a_p_i_base.html#f5a272546d704790a27788fcd45598b5">DoStartRequestL()</a> on hold. Resumes the currently held call specified as argument 2 to <a class="el" href="class_c_i_s_v_a_p_i_base.html#f5a272546d704790a27788fcd45598b5">DoStartRequestL()</a>. 
+<p>Definition at line <a class="el" href="_c_swap_8h-source.html#l00032">32</a> of file <a class="el" href="_c_swap_8h-source.html">CSwap.h</a>.</p>
+<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" name="9130c3734255053e73726d7a8a04b5ac"></a><!-- doxytag: member="CSwap::~CSwap" ref="9130c3734255053e73726d7a8a04b5ac" args="()" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">CSwap::~CSwap           </td>
+          <td>(</td>
+          <td class="paramname">          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Destructor. Cancels outstanding requests. 
+<p>Definition at line <a class="el" href="_c_swap_8cpp-source.html#l00039">39</a> of file <a class="el" href="_c_swap_8cpp-source.html">CSwap.cpp</a>.</p>
+
+</div>
+</div><p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="c211a0d3be3d6e76bf452cefa698be7d"></a><!-- doxytag: member="CSwap::NewL" ref="c211a0d3be3d6e76bf452cefa698be7d" args="(MExecAsync *aController)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname"><a class="el" href="class_c_swap.html">CSwap</a> * CSwap::NewL           </td>
+          <td>(</td>
+          <td class="paramtype"><a class="el" href="class_m_exec_async.html">MExecAsync</a> *&nbsp;</td>
+          <td class="paramname"> <em>aController</em>          </td>
+          <td>&nbsp;)&nbsp;</td>
+          <td width="100%"><code> [static]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Factory constructor.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>aController</em>&nbsp;</td><td>Pointer to <a class="el" href="class_m_exec_async.html">MExecAsync</a> object passed to constructor of <a class="el" href="class_c_i_s_v_a_p_i_base.html">CISVAPIBase</a> </td></tr>
+  </table>
+</dl>
+<dl class="return" compact><dt><b>Returns:</b></dt><dd>Instance of <a class="el" href="class_c_swap.html">CSwap</a> class </dd></dl>
+
+<p>Definition at line <a class="el" href="_c_swap_8cpp-source.html#l00026">26</a> of file <a class="el" href="_c_swap_8cpp-source.html">CSwap.cpp</a>.</p>
+
+</div>
+</div><p>
+<a class="anchor" name="d3c11b8609486c7e8b0f113d4d30be57"></a><!-- doxytag: member="CSwap::DoStartRequestL" ref="d3c11b8609486c7e8b0f113d4d30be57" args="(CTelephony::TCallId aCallId1, CTelephony::TCallId aCallId2)" -->
+<div class="memitem">
+<div class="memproto">
+      <table class="memname">
+        <tr>
+          <td class="memname">void CSwap::DoStartRequestL           </td>
+          <td>(</td>
+          <td class="paramtype">CTelephony::TCallId&nbsp;</td>
+          <td class="paramname"> <em>aCallId1</em>, </td>
+        </tr>
+        <tr>
+          <td class="paramkey"></td>
+          <td></td>
+          <td class="paramtype">CTelephony::TCallId&nbsp;</td>
+          <td class="paramname"> <em>aCallId2</em></td><td>&nbsp;</td>
+        </tr>
+        <tr>
+          <td></td>
+          <td>)</td>
+          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
+        </tr>
+      </table>
+</div>
+<div class="memdoc">
+
+<p>
+Swaps the two specified calls if the dynamic call capabilities allow it.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+  <table border="0" cellspacing="2" cellpadding="0">
+    <tr><td valign="top"></td><td valign="top"><em>aCallId1</em>&nbsp;</td><td>ID of call to be swapped with aCallId2 </td></tr>
+    <tr><td valign="top"></td><td valign="top"><em>aCallId2</em>&nbsp;</td><td>ID of call to be swapped with aCallId1 </td></tr>
+  </table>
+</dl>
+
+<p>Reimplemented from <a class="el" href="class_c_i_s_v_a_p_i_base.html#240eee8fe82c34abb3af8d0da7845663">CISVAPIBase</a>.</p>
+
+<p>Definition at line <a class="el" href="_c_swap_8cpp-source.html#l00050">50</a> of file <a class="el" href="_c_swap_8cpp-source.html">CSwap.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>