User: vg Date: 05/02/21 04:30:48 Modified: /dba/connectivity/source/drivers/mozab/mozillasrc/ MNSDeclares.hxx
Log: INTEGRATION: CWS mozab05 (1.2.46); FILE MERGED 2005/01/27 11:30:11 windly 1.2.46.1: #i41444# mozab crash on solaris sparc File Changes: Directory: /dba/connectivity/source/drivers/mozab/mozillasrc/ ============================================================= File [changed]: MNSDeclares.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/mozillasrc/MNSDeclares.hxx?r1=1.2&r2=1.3 Delta lines: +11 -10 --------------------- --- MNSDeclares.hxx 25 Jun 2004 18:31:49 -0000 1.2 +++ MNSDeclares.hxx 21 Feb 2005 12:30:45 -0000 1.3 @@ -60,14 +60,10 @@ ************************************************************************/ #ifndef _CONNECTIVITY_MAB_NS_DECLARES_HXX_ -#define _CONNECTIVITY_MAB_NS_DECLARES_HXX_ 1 +#define _CONNECTIVITY_MAB_NS_DECLARES_HXX_ #include <sal/types.h> -#define PROXIED_FUNCTION -#define ACCESSED_IN_PROXY -#define ACCESS_PROXIED_VARIABLES -#define PROXY_RELATED const sal_Int32 RowStates_Normal = 0; const sal_Int32 RowStates_Inserted = 1; @@ -75,10 +71,15 @@ const sal_Int32 RowStates_Deleted = 4; const sal_Int32 RowStates_Error = 32; -ACCESSED_IN_PROXY extern sal_Bool isProfileLocked(); +namespace connectivity{ + namespace mozab{ + class OConnection; + } +} +sal_Bool isProfileLocked(connectivity::mozab::OConnection* _pCon); class nsIAbDirectory; -ACCESSED_IN_PROXY sal_Int32 getDirectoryType(const nsIAbDirectory* directory); +sal_Int32 getDirectoryType(const nsIAbDirectory* directory); #endif // _CONNECTIVITY_MAB_NS_DECLARES_HXX_ 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
