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_error_imp.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_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> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// O S C L _ E R R O R _ I M P</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600018 <span class="preprocessor">#ifndef OSCL_ERROR_IMP_H_INCLUDED</span> 1700019 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_ERROR_IMP_H_INCLUDED</span> 1800020 <span class="preprocessor"></span> 1900021 <span class="preprocessor">#ifndef OSCLCONFIG_ERROR_H_INCLUDED</span> 2000022 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__error_8h.html">osclconfig_error.h</a>"</span> 2100023 <span class="preprocessor">#endif</span> 2200024 <span class="preprocessor"></span> 2300028 <span class="comment">//This selects the type of implementation</span> 2400029 <span class="comment">//based on OSCL capabilities.</span> 25<a name="l00030"></a><a class="code" href="group__osclerror.html#a37">00030</a> <span class="preprocessor">#define PVERROR_IMP_JUMPS</span> 2600031 <span class="preprocessor"></span> 2700032 2800033 <span class="comment">/*</span> 2900034 <span class="comment">#define PVERROR_IMP_CPP_EXCEPTIONS</span> 3000035 <span class="comment">#undef PVERROR_IMP_JUMPS</span> 3100036 <span class="comment">#undef PVERROR_IMP_FATAL_ERROR</span> 3200037 <span class="comment">*/</span> 3300038 3400042 <span class="preprocessor">#if defined( PVERROR_IMP_JUMPS)</span> 3500043 <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> 3600044 <span class="preprocessor">#elif defined (PVERROR_IMP_CPP_EXCEPTIONS)</span> 3700045 <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> 3800046 <span class="preprocessor">#elif defined(PVERROR_IMP_FATAL_ERROR)</span> 3900047 <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> 4000048 <span class="preprocessor">#else</span> 4100049 <span class="preprocessor"></span><span class="preprocessor">#error No leave implementation!</span> 4200050 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 4300051 <span class="preprocessor"></span> 4400052 4500053 4600054 4700055 <span class="preprocessor">#endif</span> 4800056 <span class="preprocessor"></span> 49</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 50<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 51</small></address> 52</body> 53</html> 54