aboutsummaryrefslogtreecommitdiff
path: root/doc/pvauthor_html/pvauthorenginefactory_8h_source.html
blob: 2d13ee40954ecd73afb855f92eee7c50f492d94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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>pvauthor_engine: pvauthorenginefactory.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.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>pvauthorenginefactory.h</h1><a href="pvauthorenginefactory_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef PVAUTHORENGINEFACTORY_H_INCLUDED</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define PVAUTHORENGINEFACTORY_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="comment">// Forward declaration</span>
<a name="l00005"></a>00005 <span class="keyword">class </span><a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>;
<a name="l00006"></a>00006 <span class="keyword">class </span><a class="code" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>;
<a name="l00007"></a>00007 <span class="keyword">class </span><a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a>;
<a name="l00008"></a>00008 <span class="keyword">class </span><a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a>;
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 
<a name="l00021"></a><a class="code" href="classPVAuthorEngineFactory.html">00021</a> <span class="keyword">class </span><a class="code" href="classPVAuthorEngineFactory.html">PVAuthorEngineFactory</a>
<a name="l00022"></a>00022 {
<a name="l00023"></a>00023     <span class="keyword">public</span>:
<a name="l00032"></a>00032         OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>* <a class="code" href="classPVAuthorEngineFactory.html#a40dc8745f5505b2108e7ee512731e419">CreateAuthor</a>(<a class="code" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>* aCmdStatusObserver,
<a name="l00033"></a>00033                 <a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a> *aErrorEventObserver, <a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a> *aInfoEventObserver);
<a name="l00034"></a>00034 
<a name="l00044"></a>00044         OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classPVAuthorEngineFactory.html#a1805af93005f5c056bbeb284fb70993a">DeleteAuthor</a>(<a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>* aAuthor);
<a name="l00045"></a>00045 };
<a name="l00046"></a>00046 
<a name="l00047"></a>00047 <span class="preprocessor">#endif // PVAUTHORENGINEFACTORY_H_INCLUDED</span>
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV Author Engine</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>