summaryrefslogtreecommitdiff
path: root/sal/inc/osl/diagnose.h
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2000-10-31 11:00:18 +0000
committerHennes Rohling <hro@openoffice.org>2000-10-31 11:00:18 +0000
commit5c2bcdd7a61a7fb7b199369c2893efc774d97c78 (patch)
tree992f243a16e4fb096d99af72c828315c1b4bc0a1 /sal/inc/osl/diagnose.h
parent80d5b189765065a357ae70570f01428be9f60cdc (diff)
#72083# Provide new function osl_setDebugMessageFunc
Diffstat (limited to 'sal/inc/osl/diagnose.h')
-rw-r--r--sal/inc/osl/diagnose.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/sal/inc/osl/diagnose.h b/sal/inc/osl/diagnose.h
index ca48805f90ba..9340b9955d34 100644
--- a/sal/inc/osl/diagnose.h
+++ b/sal/inc/osl/diagnose.h
@@ -2,9 +2,9 @@
*
* $RCSfile: diagnose.h,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:17:12 $
+ * last change: $Author: hro $ $Date: 2000-10-31 11:57:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,14 @@ sal_Bool SAL_CALL osl_assertFailedLine(const sal_Char* pszFileName, sal_Int32
void SAL_CALL osl_trace(const sal_Char* pszFormat, ...);
sal_Int32 SAL_CALL osl_reportError(sal_uInt32 nType, const sal_Char* pszErrorMessage);
+/*
+ For message delivery
+*/
+
+typedef void (SAL_CALL *pfunc_osl_printDebugMessage)( const sal_Char * pszMessage );
+
+pfunc_osl_printDebugMessage SAL_CALL osl_setDebugMessageFunc( pfunc_osl_printDebugMessage pNewFunc );
+
#ifdef __cplusplus
}
#endif