blob: 9278ad38a73ad4905e23bb8dbc8dc80925164a16 [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_error_imp.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_error_imp.h</h1><a href="oscl__error__imp_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 O R _ I M P</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00018 <span class="preprocessor">#ifndef OSCL_ERROR_IMP_H_INCLUDED</span>
00019 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_ERROR_IMP_H_INCLUDED</span>
00020 <span class="preprocessor"></span>
00021 <span class="preprocessor">#ifndef OSCLCONFIG_ERROR_H_INCLUDED</span>
00022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span>
00023 <span class="preprocessor">#endif</span>
00024 <span class="preprocessor"></span>
00028 <span class="comment">//This selects the type of implementation</span>
00029 <span class="comment">//based on OSCL capabilities.</span>
<a name="l00030"></a><a class="code" href="group__osclerror.html#a37">00030</a> <span class="preprocessor">#define PVERROR_IMP_JUMPS</span>
00031 <span class="preprocessor"></span>
00032
00033 <span class="comment">/*</span>
00034 <span class="comment">#define PVERROR_IMP_CPP_EXCEPTIONS</span>
00035 <span class="comment">#undef PVERROR_IMP_JUMPS</span>
00036 <span class="comment">#undef PVERROR_IMP_FATAL_ERROR</span>
00037 <span class="comment">*/</span>
00038
00042 <span class="preprocessor">#if defined( PVERROR_IMP_JUMPS)</span>
00043 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__error__imp__jumps_8h.html">oscl_error_imp_jumps.h</a>"</span>
00044 <span class="preprocessor">#elif defined (PVERROR_IMP_CPP_EXCEPTIONS)</span>
00045 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__error__imp__cppexceptions_8h.html">oscl_error_imp_cppexceptions.h</a>"</span>
00046 <span class="preprocessor">#elif defined(PVERROR_IMP_FATAL_ERROR)</span>
00047 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__error__imp__fatalerror_8h.html">oscl_error_imp_fatalerror.h</a>"</span>
00048 <span class="preprocessor">#else</span>
00049 <span class="preprocessor"></span><span class="preprocessor">#error No leave implementation!</span>
00050 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00051 <span class="preprocessor"></span>
00052
00053
00054
00055 <span class="preprocessor">#endif</span>
00056 <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>