aboutsummaryrefslogtreecommitdiff
path: root/doc/pvauthor_html/pv__config__interface_8h_source.html
blob: a5f90d6a0da67352768cba804fc69b6cb29b7ccc (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
<!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: pv_config_interface.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>pv_config_interface.h</h1><a href="pv__config__interface_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 PV_CONFIG_INTERFACE_H_INCLUDED</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define PV_CONFIG_INTERFACE_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include &quot;oscl_base.h&quot;</span>
<a name="l00005"></a>00005 <span class="preprocessor">#include &quot;oscl_vector.h&quot;</span>
<a name="l00006"></a>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>
<a name="l00011"></a>00011 {
<a name="l00020"></a>00020         <span class="keyword">virtual</span> <a class="code" href="pv__engine__types_8h.html#a92105868008db33057f5edd977e95f1e">PVCommandId</a> QueryInterface(<span class="keyword">const</span> PVUUID&amp; aUuid,
<a name="l00021"></a>00021                                            PVInterfacePtr&amp; aInterfacePtr,
<a name="l00022"></a>00022                                            OsclAny* aContextData = NULL) = 0;
<a name="l00023"></a>00023 }
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#endif // PV_CONFIG_INTERFACE_H_INCLUDED</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 
</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>