LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/task - ErrorCodeIOException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 11 0.0 %
Date: 2012-12-27 Functions: 0 4 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_TASK_ERRORCODEIOEXCEPTION_HPP
       2             : #define INCLUDED_COM_SUN_STAR_TASK_ERRORCODEIOEXCEPTION_HPP
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/task/ErrorCodeIOException.hdl"
       7             : 
       8             : #include "com/sun/star/io/IOException.hpp"
       9             : #include "com/sun/star/uno/Type.hxx"
      10             : #include "cppu/unotype.hxx"
      11             : #include "osl/mutex.hxx"
      12             : #include "rtl/instance.hxx"
      13             : #include "sal/types.h"
      14             : 
      15             : namespace com { namespace sun { namespace star { namespace task {
      16             : 
      17           0 : inline ErrorCodeIOException::ErrorCodeIOException() SAL_THROW(())
      18             :     : css::io::IOException()
      19           0 :     , ErrCode(0)
      20           0 : { }
      21             : 
      22           0 : inline ErrorCodeIOException::ErrorCodeIOException(const ::rtl::OUString& Message_, const ::com::sun::star::uno::Reference< css::uno::XInterface >& Context_, const ::sal_Int32& ErrCode_) SAL_THROW(())
      23             :     : css::io::IOException(Message_, Context_)
      24           0 :     , ErrCode(ErrCode_)
      25           0 : { }
      26             : 
      27             : ErrorCodeIOException::ErrorCodeIOException(ErrorCodeIOException const & the_other): css::io::IOException(the_other), ErrCode(the_other.ErrCode) {}
      28             : 
      29           0 : ErrorCodeIOException::~ErrorCodeIOException() {}
      30             : 
      31             : ErrorCodeIOException & ErrorCodeIOException::operator =(ErrorCodeIOException const & the_other) {
      32             :     //TODO: Just like its implicitly-defined counterpart, this function definition is not exception-safe
      33             :     css::io::IOException::operator =(the_other);
      34             :     ErrCode = the_other.ErrCode;
      35             :     return *this;
      36             : }
      37             : 
      38             : } } } }
      39             : 
      40             : namespace com { namespace sun { namespace star { namespace task {
      41             : 
      42           0 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::task::ErrorCodeIOException const *) {
      43             :     static typelib_TypeDescriptionReference * the_type = 0;
      44           0 :     if ( !the_type )
      45             :     {
      46           0 :         typelib_static_type_init( &the_type, typelib_TypeClass_EXCEPTION, "com.sun.star.task.ErrorCodeIOException" );
      47             :     }
      48           0 :     return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
      49             : }
      50             : 
      51             : } } } }
      52             : 
      53             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER css::task::ErrorCodeIOException const *) SAL_THROW(()) {
      54             :     return ::cppu::UnoType< css::task::ErrorCodeIOException >::get();
      55             : }
      56             : 
      57             : #endif // INCLUDED_COM_SUN_STAR_TASK_ERRORCODEIOEXCEPTION_HPP

Generated by: LCOV version 1.10