aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__aostatus_8h_source.html
blob: d6823c006258573f311ed10493a3dd5690137de6 (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
<!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>oscl: oscl_aostatus.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="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</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>oscl_aostatus.h</h1><a href="oscl__aostatus_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef OSCL_AOSTATUS_H_INCLUDED</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_AOSTATUS_H_INCLUDED</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span>
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef OSCLCONFIG_PROC_H_INCLUDED</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="osclconfig__proc_8h.html" title="This file contains configuration information for the linux platform.">osclconfig_proc.h</a>&quot;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#endif</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__base_8h.html" title="The file oscl_base.h is the public header that should be included to pick up the...">oscl_base.h</a>&quot;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#endif</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="comment">//Request status values.  These are negative so that</span>
<a name="l00023"></a>00023 <span class="comment">//they won&#39;t conflict with system error codes.</span>
<a name="l00024"></a><a class="code" href="group__osclproc.html#ga3f148b4d331372265835f5487cfd27c2">00024</a> <span class="keyword">const</span> int32 <a class="code" href="group__osclproc.html#ga3f148b4d331372265835f5487cfd27c2">OSCL_REQUEST_ERR_NONE</a> = 0;
<a name="l00025"></a><a class="code" href="group__osclproc.html#gaddaa4ff9764225fee60f05a1f44bb8cf">00025</a> <span class="keyword">const</span> int32 <a class="code" href="group__osclproc.html#gaddaa4ff9764225fee60f05a1f44bb8cf">OSCL_REQUEST_PENDING</a> = (-0x7fffffff);
<a name="l00026"></a><a class="code" href="group__osclproc.html#gac804004b7c64fe2dfe3347c646cdb987">00026</a> <span class="keyword">const</span> int32 <a class="code" href="group__osclproc.html#gac804004b7c64fe2dfe3347c646cdb987">OSCL_REQUEST_ERR_CANCEL</a> = (-1);
<a name="l00027"></a><a class="code" href="group__osclproc.html#gae320c5669021ade8eb8870df384231c8">00027</a> <span class="keyword">const</span> int32 <a class="code" href="group__osclproc.html#gae320c5669021ade8eb8870df384231c8">OSCL_REQUEST_ERR_GENERAL</a> = (-2);
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="comment">//Request status type</span>
<a name="l00031"></a><a class="code" href="classOsclAOStatus.html">00031</a> <span class="keyword">class </span><a class="code" href="classOsclAOStatus.html">OsclAOStatus</a>
<a name="l00032"></a>00032 {
<a name="l00033"></a>00033     <span class="keyword">public</span>:
<a name="l00034"></a>00034         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> <a class="code" href="classOsclAOStatus.html#ac651224965664168ef0f63a14737134c">OsclAOStatus</a>();
<a name="l00035"></a>00035         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> <a class="code" href="classOsclAOStatus.html#ac651224965664168ef0f63a14737134c">OsclAOStatus</a>(int32 aStatus);
<a name="l00036"></a>00036         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#a138eb035a4ee78acd0390c775172fe5c">operator=</a>(int32 aStatus);
<a name="l00037"></a>00037         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#adde3ecf36fa1c2f0fb3da4b4bf7577b7">operator==</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00038"></a>00038         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#a4e09d33357a48eef7c2f2ba89fa9993b">operator!=</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00039"></a>00039         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#af46d80601323765c4e8b2babf3ca06fa">operator&gt;=</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00040"></a>00040         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#aaef15c5b2943e666da7d838cdf49660e">operator&lt;=</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00041"></a>00041         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#a0da2e47fc1ede3767eb3a32824353615">operator&gt;</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00042"></a>00042         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#ac7865c0e845185da051e38d82bd8f573">operator&lt;</a>(int32 aStatus) <span class="keyword">const</span>;
<a name="l00043"></a>00043         <a class="code" href="group__osclbase.html#gaf9da29085597a032c4dd2f3ef4c1b9e6">OSCL_INLINE</a> int32 <a class="code" href="classOsclAOStatus.html#aa3ab8d9a682be1a9088f189f54589c41">Value</a>() <span class="keyword">const</span>;
<a name="l00044"></a>00044     <span class="keyword">private</span>:
<a name="l00045"></a>00045         int32 iStatus;
<a name="l00046"></a>00046 };
<a name="l00047"></a>00047 
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="preprocessor">#if !(OSCL_DISABLE_INLINES)</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_aostatus.inl&quot;</span>
<a name="l00051"></a>00051 <span class="preprocessor">#endif</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span>
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="preprocessor">#endif</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.002.1.1 </small>
</small></address>
</body>
</html>