blob: f9f5df48f2fe35e1ee13c6ab4217093fa71d5daf [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>pv_config_interface.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>pv_config_interface.h</h1><a href="pv__config__interface_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef PV_CONFIG_INTERFACE_H_INCLUDED</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define PV_CONFIG_INTERFACE_H_INCLUDED</span>
00003 <span class="preprocessor"></span>
00004 <span class="preprocessor">#include "oscl_base.h"</span>
00005 <span class="preprocessor">#include "oscl_vector.h"</span>
00006
<a name="l00010"></a><a class="code" href="classPVConfigInterface.html">00010</a> <span class="keyword">class </span><a class="code" href="classPVConfigInterface.html">PVConfigInterface</a>
00011 {
00023 <span class="keyword">virtual</span> <a class="code" href="pv__engine__types_8h.html#a0">PVCommandId</a> QueryUUID(Oscl_Vector&lt;PVUUID&gt;&amp; aUuids, OsclAny* aContextData = NULL) = 0;
00024
00033 <span class="keyword">virtual</span> <a class="code" href="pv__engine__types_8h.html#a0">PVCommandId</a> QueryInterface(<span class="keyword">const</span> PVUUID&amp; aUuid,
00034 PVInterfacePtr&amp; aInterfacePtr,
00035 OsclAny* aContextData = NULL) = 0;
00036 }
00037
00038 <span class="preprocessor">#endif // PV_CONFIG_INTERFACE_H_INCLUDED</span>
00039 <span class="preprocessor"></span>
00040
00041
00042
</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>