1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_errno.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<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> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// O S C L _ E R R N O</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600018 1700019 1800020 <span class="preprocessor">#ifndef OSCL_ERRNO_H_INCLUDED</span> 1900021 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_ERRNO_H_INCLUDED</span> 2000022 <span class="preprocessor"></span> 2100023 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span> 2200024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 2300025 <span class="preprocessor">#endif</span> 2400026 <span class="preprocessor"></span> 2500027 <span class="preprocessor">#ifndef OSCLCONFIG_ERROR_H_INCLUDED</span> 2600028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span> 2700029 <span class="preprocessor">#endif</span> 2800030 <span class="preprocessor"></span> 2900031 <span class="comment">// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span> 3000032 3100033 3200037 3300038 3400043 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="group__osclerror.html#a4">OSCL_IsErrnoSupported</a>(); 3500044 3600046 3700053 OSCL_IMPORT_REF <span class="keywordtype">int</span> <a class="code" href="group__osclerror.html#a5">OSCL_GetLastError</a>(); 3800054 3900056 4000063 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); 4100064 4200066 4300074 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); 4400075 4500076 <span class="preprocessor">#if (!OSCL_DISABLE_INLINES)</span> 4600077 <span class="preprocessor"></span><span class="preprocessor">#include "oscl_errno.inl"</span> 4700078 <span class="preprocessor">#endif</span> 4800079 <span class="preprocessor"></span> 4900080 5000081 <span class="preprocessor">#endif // INCLUDED_OSCL_ERRNO_H</span> 5100082 <span class="preprocessor"></span> 52</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 53<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 54</small></address> 55</body> 56</html> 57