aboutsummaryrefslogtreecommitdiff
path: root/doc/pvauthor_html/pv__engine__observer__message_8h_source.html
blob: 12f90c1bd80d0a4bfd01ae5c3a167a87efbe42f8 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!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_engine_observer_message.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_engine_observer_message.h</h1><a href="pv__engine__observer__message_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00002"></a>00002 <span class="preprocessor">#ifndef PV_ENGINE_OBSERVER_MESSAGE_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="preprocessor">#define PV_ENGINE_OBSERVER_MESSAGE_H_INCLUDED</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_base.h&quot;</span>
<a name="l00007"></a>00007 <span class="preprocessor">#endif</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_MEM_H_INCLUDED</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_mem.h&quot;</span>
<a name="l00010"></a>00010 <span class="preprocessor">#endif</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#ifndef PVMF_RETURN_CODES_H_INCLUDED</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#include &quot;pvmf_return_codes.h&quot;</span>
<a name="l00013"></a>00013 <span class="preprocessor">#endif</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#ifndef PVMF_EVENT_HANDLING_H_INCLUDED</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#include &quot;pvmf_event_handling.h&quot;</span>
<a name="l00016"></a>00016 <span class="preprocessor">#endif</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#ifndef PV_ENGINE_TYPES_H_INCLUDED</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="pv__engine__types_8h.html">pv_engine_types.h</a>&quot;</span>
<a name="l00019"></a>00019 <span class="preprocessor">#endif</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#ifndef PVMF_ERRORINFOMESSAGE_EXTENSION_H_INCLUDED</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#include &quot;pvmf_errorinfomessage_extension.h&quot;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <span class="comment">// CLASS DECLARATION</span>
<a name="l00030"></a><a class="code" href="classPVCmdResponse.html">00030</a> <span class="comment"></span><span class="keyword">class </span><a class="code" href="classPVCmdResponse.html">PVCmdResponse</a> : <span class="keyword">public</span> PVMFCmdResp
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032     <span class="keyword">public</span>:
<a name="l00036"></a><a class="code" href="classPVCmdResponse.html#ac32dba55e03afbc479678cf3f3536ee2">00036</a>         <a class="code" href="classPVCmdResponse.html#ac32dba55e03afbc479678cf3f3536ee2">PVCmdResponse</a>(<a class="code" href="pv__engine__types_8h.html#a92105868008db33057f5edd977e95f1e">PVCommandId</a> aId,
<a name="l00037"></a>00037                       OsclAny* aContext,
<a name="l00038"></a>00038                       PVMFStatus aStatus,
<a name="l00039"></a>00039                       <span class="comment">// Event data will be deprecated</span>
<a name="l00040"></a>00040                       OsclAny* aEventData = NULL, int32 aEventDataSize = 0):
<a name="l00041"></a>00041                 PVMFCmdResp(aId, aContext, aStatus, NULL, aEventData),
<a name="l00042"></a>00042                 iEventDataSize(aEventDataSize)
<a name="l00043"></a>00043         {
<a name="l00044"></a>00044         }
<a name="l00045"></a>00045 
<a name="l00049"></a><a class="code" href="classPVCmdResponse.html#a2dab50e6ae0e43ac631e519745b5f924">00049</a>         <a class="code" href="classPVCmdResponse.html#ac32dba55e03afbc479678cf3f3536ee2">PVCmdResponse</a>(<a class="code" href="pv__engine__types_8h.html#a92105868008db33057f5edd977e95f1e">PVCommandId</a> aId,
<a name="l00050"></a>00050                       OsclAny* aContext,
<a name="l00051"></a>00051                       PVMFStatus aStatus,
<a name="l00052"></a>00052                       PVInterface* aEventExtInterface = NULL,
<a name="l00053"></a>00053                       <span class="comment">// Event data will be deprecated</span>
<a name="l00054"></a>00054                       OsclAny* aEventData = NULL, int32 aEventDataSize = 0):
<a name="l00055"></a>00055                 PVMFCmdResp(aId, aContext, aStatus, aEventExtInterface, aEventData),
<a name="l00056"></a>00056                 iEventDataSize(aEventDataSize)
<a name="l00057"></a>00057         {
<a name="l00058"></a>00058         }
<a name="l00059"></a>00059 
<a name="l00064"></a><a class="code" href="classPVCmdResponse.html#a9c580ce6ad75fe3fe00c6e67c2a2e520">00064</a>         <a class="code" href="pv__engine__types_8h.html#a915d2539a1a25d7d22f55be58fa17fba">PVResponseType</a> <a class="code" href="classPVCmdResponse.html#a9c580ce6ad75fe3fe00c6e67c2a2e520">GetResponseType</a>()<span class="keyword">const</span>
<a name="l00065"></a>00065 <span class="keyword">        </span>{
<a name="l00066"></a>00066             <span class="keywordflow">return</span> 0;
<a name="l00067"></a>00067         }
<a name="l00068"></a>00068 
<a name="l00072"></a><a class="code" href="classPVCmdResponse.html#a686e518ca1ae0395e5bb35f4f727c519">00072</a>         <a class="code" href="pv__engine__types_8h.html#a92105868008db33057f5edd977e95f1e">PVCommandId</a> <a class="code" href="classPVCmdResponse.html#a686e518ca1ae0395e5bb35f4f727c519">GetCmdId</a>()<span class="keyword">const</span>
<a name="l00073"></a>00073 <span class="keyword">        </span>{
<a name="l00074"></a>00074             <span class="keywordflow">return</span> (<a class="code" href="pv__engine__types_8h.html#a92105868008db33057f5edd977e95f1e">PVCommandId</a>)(<a class="code" href="classPVCmdResponse.html#a686e518ca1ae0395e5bb35f4f727c519">PVMFCmdResp::GetCmdId</a>());
<a name="l00075"></a>00075         }
<a name="l00076"></a>00076 
<a name="l00080"></a><a class="code" href="classPVCmdResponse.html#a9a03bc2a9865558974df99acaf05c45f">00080</a>         OsclAny* <a class="code" href="classPVCmdResponse.html#a9a03bc2a9865558974df99acaf05c45f">GetContext</a>()<span class="keyword">const</span>
<a name="l00081"></a>00081 <span class="keyword">        </span>{
<a name="l00082"></a>00082             <span class="keywordflow">return</span> (OsclAny*)(<a class="code" href="classPVCmdResponse.html#a9a03bc2a9865558974df99acaf05c45f">PVMFCmdResp::GetContext</a>());
<a name="l00083"></a>00083         }
<a name="l00084"></a>00084 
<a name="l00088"></a><a class="code" href="classPVCmdResponse.html#ab3dd6b8e02b3c72b5951e2e68e56059c">00088</a>         PVMFStatus <a class="code" href="classPVCmdResponse.html#ab3dd6b8e02b3c72b5951e2e68e56059c">GetCmdStatus</a>()<span class="keyword">const</span>
<a name="l00089"></a>00089 <span class="keyword">        </span>{
<a name="l00090"></a>00090             <span class="keywordflow">return</span> <a class="code" href="classPVCmdResponse.html#ab3dd6b8e02b3c72b5951e2e68e56059c">PVMFCmdResp::GetCmdStatus</a>();
<a name="l00091"></a>00091         }
<a name="l00092"></a>00092 
<a name="l00098"></a><a class="code" href="classPVCmdResponse.html#a63d79c7c2e4efc9bf1c0a38ddfb67ead">00098</a>         OsclAny* <a class="code" href="classPVCmdResponse.html#a63d79c7c2e4efc9bf1c0a38ddfb67ead">GetResponseData</a>()<span class="keyword">const</span>
<a name="l00099"></a>00099 <span class="keyword">        </span>{
<a name="l00100"></a>00100             <span class="keywordflow">return</span> PVMFCmdResp::GetEventData();
<a name="l00101"></a>00101         }
<a name="l00102"></a>00102 
<a name="l00103"></a><a class="code" href="classPVCmdResponse.html#a79888fea231f1102e4ca0663f8ffebff">00103</a>         int32 <a class="code" href="classPVCmdResponse.html#a79888fea231f1102e4ca0663f8ffebff">GetResponseDataSize</a>()<span class="keyword">const</span>
<a name="l00104"></a>00104 <span class="keyword">        </span>{
<a name="l00105"></a>00105             <span class="keywordflow">return</span> iEventDataSize;
<a name="l00106"></a>00106         }
<a name="l00107"></a>00107 
<a name="l00108"></a>00108         <span class="comment">/*</span>
<a name="l00109"></a>00109 <span class="comment">         Method to retrieve message interface associated with the specified UUID from the error list</span>
<a name="l00110"></a>00110 <span class="comment">         @param auuid UUID for the event code&#39;s group</span>
<a name="l00111"></a>00111 <span class="comment">         @param aface output argument contains message interface if successful.</span>
<a name="l00112"></a>00112 <span class="comment">         @return PVMFSuccess if found, PVMFFailure otherwise;</span>
<a name="l00113"></a>00113 <span class="comment">         */</span>
<a name="l00114"></a><a class="code" href="classPVCmdResponse.html#a284f0ad8c0bacd62882f8db578c6f1bd">00114</a>         PVMFStatus <a class="code" href="classPVCmdResponse.html#a284f0ad8c0bacd62882f8db578c6f1bd">GetExtendedErrorInfoMessage</a>(<span class="keyword">const</span> PVUuid&amp; auuid, PVInterface*&amp; aface)<span class="keyword">const</span>
<a name="l00115"></a>00115 <span class="keyword">        </span>{
<a name="l00116"></a>00116             PVInterface* tmpface = (PVInterface*)GetEventExtensionInterface();
<a name="l00117"></a>00117             <span class="keywordflow">if</span> (tmpface)
<a name="l00118"></a>00118             {
<a name="l00119"></a>00119                 <span class="keywordflow">if</span> (tmpface-&gt;queryInterface(auuid, aface))
<a name="l00120"></a>00120                     <span class="keywordflow">return</span> PVMFSuccess;
<a name="l00121"></a>00121                 PVInterface* errMsg = NULL;
<a name="l00122"></a>00122                 <span class="keywordflow">if</span> (tmpface-&gt;queryInterface(PVMFErrorInfoMessageInterfaceUUID, errMsg))
<a name="l00123"></a>00123                 {
<a name="l00124"></a>00124                     <span class="comment">//search error list matches with auuid</span>
<a name="l00125"></a>00125                     PVMFErrorInfoMessageInterface* nextErr =
<a name="l00126"></a>00126                         OSCL_DYNAMIC_CAST(PVMFErrorInfoMessageInterface*, errMsg)-&gt;GetNextMessage();
<a name="l00127"></a>00127                     <span class="keywordflow">while</span> (nextErr)
<a name="l00128"></a>00128                     {
<a name="l00129"></a>00129                         <span class="keywordflow">if</span> (nextErr-&gt;queryInterface(auuid, aface))
<a name="l00130"></a>00130                             <span class="keywordflow">return</span> PVMFSuccess;
<a name="l00131"></a>00131                         nextErr = nextErr-&gt;GetNextMessage();
<a name="l00132"></a>00132                     }
<a name="l00133"></a>00133                 }
<a name="l00134"></a>00134             }
<a name="l00135"></a>00135             <span class="keywordflow">return</span> PVMFFailure;
<a name="l00136"></a>00136         }
<a name="l00137"></a>00137 
<a name="l00138"></a>00138     <span class="keyword">private</span>:
<a name="l00139"></a>00139         int32 iEventDataSize;
<a name="l00140"></a>00140 };
<a name="l00141"></a>00141 
<a name="l00142"></a>00142 
<a name="l00149"></a><a class="code" href="classPVAsyncInformationalEvent.html">00149</a> <span class="keyword">class </span><a class="code" href="classPVAsyncInformationalEvent.html">PVAsyncInformationalEvent</a> : <span class="keyword">public</span> PVMFAsyncEvent
<a name="l00150"></a>00150 {
<a name="l00151"></a>00151     <span class="keyword">public</span>:
<a name="l00155"></a><a class="code" href="classPVAsyncInformationalEvent.html#acde06a99773d42f452df90e4f78ca882">00155</a>         <a class="code" href="classPVAsyncInformationalEvent.html#acde06a99773d42f452df90e4f78ca882">PVAsyncInformationalEvent</a>(<a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> aEventType,
<a name="l00156"></a>00156                                   <a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a> aEventData = NULL,
<a name="l00157"></a>00157                                   uint8* aLocalBuffer = NULL,
<a name="l00158"></a>00158                                   int32 aLocalBufferSize = 0):
<a name="l00159"></a>00159                 PVMFAsyncEvent(PVMFInfoEvent, aEventType, NULL, NULL, aEventData, aLocalBuffer, aLocalBufferSize)
<a name="l00160"></a>00160         {
<a name="l00161"></a>00161         }
<a name="l00162"></a>00162 
<a name="l00166"></a><a class="code" href="classPVAsyncInformationalEvent.html#a1f97ba6d1fb659cf200d17a08fafdf3f">00166</a>         <a class="code" href="classPVAsyncInformationalEvent.html#acde06a99773d42f452df90e4f78ca882">PVAsyncInformationalEvent</a>(<a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> aEventType,
<a name="l00167"></a>00167                                   OsclAny* aContext,
<a name="l00168"></a>00168                                   PVInterface* aEventExtInterface,
<a name="l00169"></a>00169                                   <a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a> aEventData = NULL,
<a name="l00170"></a>00170                                   uint8* aLocalBuffer = NULL,
<a name="l00171"></a>00171                                   int32 aLocalBufferSize = 0):
<a name="l00172"></a>00172                 PVMFAsyncEvent(PVMFInfoEvent, aEventType, aContext, aEventExtInterface, aEventData, aLocalBuffer, aLocalBufferSize)
<a name="l00173"></a>00173         {
<a name="l00174"></a>00174         }
<a name="l00175"></a>00175 
<a name="l00179"></a><a class="code" href="classPVAsyncInformationalEvent.html#a301c5bee7effc82a3a22edcaa90d1297">00179</a>         <a class="code" href="classPVAsyncInformationalEvent.html#a301c5bee7effc82a3a22edcaa90d1297">~PVAsyncInformationalEvent</a>() {}
<a name="l00180"></a>00180 
<a name="l00185"></a><a class="code" href="classPVAsyncInformationalEvent.html#a739b3ba75ee8ba79eedc8c71f4ed6ac7">00185</a>         <a class="code" href="pv__engine__types_8h.html#a915d2539a1a25d7d22f55be58fa17fba">PVResponseType</a> <a class="code" href="classPVAsyncInformationalEvent.html#a739b3ba75ee8ba79eedc8c71f4ed6ac7">GetResponseType</a>()<span class="keyword">const</span>
<a name="l00186"></a>00186 <span class="keyword">        </span>{
<a name="l00187"></a>00187             <span class="keywordflow">return</span> 0;
<a name="l00188"></a>00188         }
<a name="l00189"></a>00189 
<a name="l00193"></a><a class="code" href="classPVAsyncInformationalEvent.html#ae4d1304f8ea1d24c6998ca8aaac367ac">00193</a>         <a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> <a class="code" href="classPVAsyncInformationalEvent.html#ae4d1304f8ea1d24c6998ca8aaac367ac">GetEventType</a>()<span class="keyword">const</span>
<a name="l00194"></a>00194 <span class="keyword">        </span>{
<a name="l00195"></a>00195             <span class="keywordflow">return</span> <a class="code" href="classPVAsyncInformationalEvent.html#ae4d1304f8ea1d24c6998ca8aaac367ac">PVMFAsyncEvent::GetEventType</a>();
<a name="l00196"></a>00196         }
<a name="l00197"></a>00197 
<a name="l00201"></a><a class="code" href="classPVAsyncInformationalEvent.html#a7224824a02f7d3015b4dd0cafbd67e53">00201</a>         <span class="keywordtype">void</span> <a class="code" href="classPVAsyncInformationalEvent.html#a7224824a02f7d3015b4dd0cafbd67e53">GetEventData</a>(<a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a>&amp; aPtr)<span class="keyword">const</span>
<a name="l00202"></a>00202 <span class="keyword">        </span>{
<a name="l00203"></a>00203             aPtr = <a class="code" href="classPVAsyncInformationalEvent.html#a7224824a02f7d3015b4dd0cafbd67e53">PVMFAsyncEvent::GetEventData</a>();
<a name="l00204"></a>00204         }
<a name="l00205"></a>00205 };
<a name="l00206"></a>00206 
<a name="l00213"></a><a class="code" href="classPVAsyncErrorEvent.html">00213</a> <span class="keyword">class </span><a class="code" href="classPVAsyncErrorEvent.html">PVAsyncErrorEvent</a> : <span class="keyword">public</span> PVMFAsyncEvent
<a name="l00214"></a>00214 {
<a name="l00215"></a>00215     <span class="keyword">public</span>:
<a name="l00219"></a><a class="code" href="classPVAsyncErrorEvent.html#a434d872cbd36350373d295b1cf019adb">00219</a>         <a class="code" href="classPVAsyncErrorEvent.html#a434d872cbd36350373d295b1cf019adb">PVAsyncErrorEvent</a>(<a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> aEventType,
<a name="l00220"></a>00220                           <a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a> aEventData = NULL,
<a name="l00221"></a>00221                           uint8* aLocalBuffer = NULL,
<a name="l00222"></a>00222                           int32 aLocalBufferSize = 0):
<a name="l00223"></a>00223                 PVMFAsyncEvent(PVMFErrorEvent, aEventType, NULL, NULL, aEventData, aLocalBuffer, aLocalBufferSize)
<a name="l00224"></a>00224         {
<a name="l00225"></a>00225         }
<a name="l00226"></a>00226 
<a name="l00230"></a><a class="code" href="classPVAsyncErrorEvent.html#aa445ac12f1e34e6f414ac68684d8578c">00230</a>         <a class="code" href="classPVAsyncErrorEvent.html#a434d872cbd36350373d295b1cf019adb">PVAsyncErrorEvent</a>(<a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> aEventType,
<a name="l00231"></a>00231                           OsclAny* aContext,
<a name="l00232"></a>00232                           PVInterface* aEventExtInterface,
<a name="l00233"></a>00233                           <a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a> aEventData = NULL,
<a name="l00234"></a>00234                           uint8* aLocalBuffer = NULL,
<a name="l00235"></a>00235                           int32 aLocalBufferSize = 0):
<a name="l00236"></a>00236                 PVMFAsyncEvent(PVMFErrorEvent, aEventType, aContext, aEventExtInterface, aEventData, aLocalBuffer, aLocalBufferSize)
<a name="l00237"></a>00237         {
<a name="l00238"></a>00238         }
<a name="l00239"></a>00239 
<a name="l00243"></a><a class="code" href="classPVAsyncErrorEvent.html#a730d3cd1ad12df1f251e55d46d01e68e">00243</a>         <a class="code" href="classPVAsyncErrorEvent.html#a730d3cd1ad12df1f251e55d46d01e68e">~PVAsyncErrorEvent</a>() {}
<a name="l00244"></a>00244 
<a name="l00249"></a><a class="code" href="classPVAsyncErrorEvent.html#afecda151face8cb8d690b41ecc5498d2">00249</a>         <a class="code" href="pv__engine__types_8h.html#a915d2539a1a25d7d22f55be58fa17fba">PVResponseType</a> <a class="code" href="classPVAsyncErrorEvent.html#afecda151face8cb8d690b41ecc5498d2">GetResponseType</a>()<span class="keyword">const</span>
<a name="l00250"></a>00250 <span class="keyword">        </span>{
<a name="l00251"></a>00251             <span class="keywordflow">return</span> 0;
<a name="l00252"></a>00252         }
<a name="l00253"></a>00253 
<a name="l00257"></a><a class="code" href="classPVAsyncErrorEvent.html#af8bccab671afb6313f847e631db170eb">00257</a>         <a class="code" href="pv__engine__types_8h.html#a11755c9f630c2066f61382f19c2f9e60">PVEventType</a> <a class="code" href="classPVAsyncErrorEvent.html#af8bccab671afb6313f847e631db170eb">GetEventType</a>()<span class="keyword">const</span>
<a name="l00258"></a>00258 <span class="keyword">        </span>{
<a name="l00259"></a>00259             <span class="keywordflow">return</span> <a class="code" href="classPVAsyncErrorEvent.html#af8bccab671afb6313f847e631db170eb">PVMFAsyncEvent::GetEventType</a>();
<a name="l00260"></a>00260         }
<a name="l00261"></a>00261 
<a name="l00265"></a><a class="code" href="classPVAsyncErrorEvent.html#afa18942b15448d111da1cded3d169d13">00265</a>         <span class="keywordtype">void</span> <a class="code" href="classPVAsyncErrorEvent.html#afa18942b15448d111da1cded3d169d13">GetEventData</a>(<a class="code" href="pv__engine__types_8h.html#a0c33c0578acec3116c269ae9c548978a">PVExclusivePtr</a>&amp; aPtr)<span class="keyword">const</span>
<a name="l00266"></a>00266 <span class="keyword">        </span>{
<a name="l00267"></a>00267             aPtr = <a class="code" href="classPVAsyncErrorEvent.html#afa18942b15448d111da1cded3d169d13">PVMFAsyncEvent::GetEventData</a>();
<a name="l00268"></a>00268         }
<a name="l00269"></a>00269 };
<a name="l00270"></a>00270 
<a name="l00271"></a>00271 
<a name="l00272"></a>00272 <span class="preprocessor">#endif // PV_ENGINE_OBSERVER_MESSAGE_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.005.1.1 </small>
</small></address>
</body>
</html>