blob: 908c9175e9af24d94a7b269b0130acd5954a081e [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>oscl_errno.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="modules.html">Modules</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>oscl_errno.h</h1><a href="oscl__errno_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00003
00004 <span class="comment">// O S C L _ E R R N O</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00018
00019
00020 <span class="preprocessor">#ifndef OSCL_ERRNO_H_INCLUDED</span>
00021 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_ERRNO_H_INCLUDED</span>
00022 <span class="preprocessor"></span>
00023 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
00025 <span class="preprocessor">#endif</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#ifndef OSCLCONFIG_ERROR_H_INCLUDED</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span>
00029 <span class="preprocessor">#endif</span>
00030 <span class="preprocessor"></span>
00031 <span class="comment">// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span>
00032
00033
00037
00038
00043 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="group__osclerror.html#a4">OSCL_IsErrnoSupported</a>();
00044
00046
00053 OSCL_IMPORT_REF <span class="keywordtype">int</span> <a class="code" href="group__osclerror.html#a5">OSCL_GetLastError</a>();
00054
00056
00063 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="group__osclerror.html#a6">OSCL_SetLastError</a>(<span class="keywordtype">int</span> newVal);
00064
00066
00074 OSCL_IMPORT_REF <span class="keywordtype">char</span> *<a class="code" href="group__osclerror.html#a7">OSCL_StrError</a>(<span class="keywordtype">int</span> errnum);
00075
00076 <span class="preprocessor">#if (!OSCL_DISABLE_INLINES)</span>
00077 <span class="preprocessor"></span><span class="preprocessor">#include "oscl_errno.inl"</span>
00078 <span class="preprocessor">#endif</span>
00079 <span class="preprocessor"></span>
00080
00081 <span class="preprocessor">#endif // INCLUDED_OSCL_ERRNO_H</span>
00082 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>