blob: 5ddf3ab2e87136a7203b9efa8686ee3d5c55aea5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>pvauthorenginefactory.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>pvauthorenginefactory.h</h1><a href="pvauthorenginefactory_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef PVAUTHORENGINEFACTORY_H_INCLUDED</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define PVAUTHORENGINEFACTORY_H_INCLUDED</span>
00003 <span class="preprocessor"></span>
00004 <span class="comment">// Forward declaration</span>
00005 <span class="keyword">class </span><a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>;
00006 <span class="keyword">class </span><a class="code" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>;
00007 <span class="keyword">class </span><a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a>;
00008 <span class="keyword">class </span><a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a>;
00009
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>
00022 {
00023 <span class="keyword">public</span>:
00032 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>* <a class="code" href="classPVAuthorEngineFactory.html#d0">CreateAuthor</a>(<a class="code" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>* aCmdStatusObserver,
00033 <a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a> *aErrorEventObserver, <a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a> *aInfoEventObserver);
00034
00044 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classPVAuthorEngineFactory.html#d1">DeleteAuthor</a>(<a class="code" href="classPVAuthorEngineInterface.html">PVAuthorEngineInterface</a>* aAuthor);
00045 };
00046
00047 <span class="preprocessor">#endif // PVAUTHORENGINEFACTORY_H_INCLUDED</span>
</pre></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: OPENCORE_20090310 </small>
</small></address>
</body>
</html>