Home
last modified time | relevance | path

Searched refs:OException (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vos/inc/vos/
H A Dxception.hxx38 #define OException OBaseException macro
60 class VOS_DLLPUBLIC OException : public OObject class
62 VOS_DECLARE_CLASSINFO(VOS_NAMESPACE(OException, vos));
65 virtual ~OException();
66 OException() {} in OException() function in vos::OException
67 OException( const OException & ) : OObject() {} in OException() argument
69 OException& SAL_CALL operator=(const OException&) in operator =() argument
/trunk/main/vos/source/
H A Dxception.cxx32 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OException, vos), \
33 VOS_NAMESPACE(OException, vos), \
36 OException::~OException() in ~OException()

Completed in 13 milliseconds