Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_te___thread_client_server_test_suite_server_8h_source.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: examples/Base/IPC/AdvancedClientServerExample/test/te_ThreadClientServerTest/src/Te_ThreadClientServerTestSuiteServer.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<h1>examples/Base/IPC/AdvancedClientServerExample/test/te_ThreadClientServerTest/src/Te_ThreadClientServerTestSuiteServer.h</h1><a href="_te___thread_client_server_test_suite_server_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00024"></a>00024 <span class="preprocessor">#if (!defined __TE_THREADCLIENTSERVERTEST_SERVER_H__)</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define __TE_THREADCLIENTSERVERTEST_SERVER_H__</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#include &lt;TestExecuteServerBase.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;threadclient.h&gt;</span>
<a name="l00028"></a>00028 
<a name="l00033"></a><a class="code" href="class_c_te___thread_client_server_test_suite.html">00033</a> <span class="keyword">class </span><a class="code" href="class_c_te___thread_client_server_test_suite.html">CTe_ThreadClientServerTestSuite</a> : <span class="keyword">public</span> CTestServer
<a name="l00034"></a>00034         {
<a name="l00035"></a>00035 <span class="keyword">public</span>:
<a name="l00036"></a>00036         <span class="keyword">static</span> <a class="code" href="class_c_te___thread_client_server_test_suite.html">CTe_ThreadClientServerTestSuite</a>* <a class="code" href="class_c_te___thread_client_server_test_suite.html#a8e38c016429161ba1779e0def5559e88">NewL</a>();
<a name="l00037"></a>00037         <a class="code" href="class_c_te___thread_client_server_test_suite.html#a08b22fffdf807d2006f327167c3e80d9">~CTe_ThreadClientServerTestSuite</a>();
<a name="l00038"></a>00038         
<a name="l00039"></a>00039         <span class="comment">// Base class pure virtual override</span>
<a name="l00040"></a>00040         <span class="keyword">virtual</span> CTestStep* <a class="code" href="class_c_te___thread_client_server_test_suite.html#a4c1bcb86e71ea22bde314e44de2514e4">CreateTestStep</a>(<span class="keyword">const</span> TDesC&amp; aStepName);
<a name="l00041"></a>00041         CActiveScheduler* Scheduler()<span class="keyword"> const </span>{<span class="keywordflow">return</span> iScheduler;};
<a name="l00042"></a>00042         <a class="code" href="class_r_thread_client.html">RThreadClient</a>&amp; Handler() {<span class="keywordflow">return</span> iHandler;};
<a name="l00043"></a>00043         
<a name="l00044"></a>00044 <span class="keyword">private</span>:
<a name="l00045"></a>00045         <span class="keywordtype">void</span> ConstructL();
<a name="l00046"></a>00046         CActiveScheduler*       iScheduler;
<a name="l00047"></a>00047         <a class="code" href="class_r_thread_client.html">RThreadClient</a>           iHandler;
<a name="l00048"></a>00048         };
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>