LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/udkapi/com/sun/star/bridge - InvalidProtocolChangeException.hpp (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 8 0.0 %
Date: 2012-12-17 Functions: 0 3 0.0 %
Legend: Lines: hit not hit

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

Generated by: LCOV version 1.10