diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 13:01:04 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 13:01:04 +0000 |
commit | b10af5e07bb6df42285f970d182008082f9f329d (patch) | |
tree | a355dbf08e8f10a4a0f2e1750c97bec99e24b591 /configmgr/source/api | |
parent | 804c24f8ea7cb30b7daeb445c7c2ab9bbe72748e (diff) |
INTEGRATION: CWS configrefactor01 (1.10.84); FILE MERGED
2007/01/12 17:51:16 mmeeks 1.10.84.1: RIP 'memory::Accessor'
Diffstat (limited to 'configmgr/source/api')
-rw-r--r-- | configmgr/source/api/confeventhelpers.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/api/confeventhelpers.hxx b/configmgr/source/api/confeventhelpers.hxx index 113cf7c25d53..e7cab6138c9c 100644 --- a/configmgr/source/api/confeventhelpers.hxx +++ b/configmgr/source/api/confeventhelpers.hxx @@ -4,9 +4,9 @@ * * $RCSfile: confeventhelpers.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 03:03:44 $ + * last change: $Author: ihi $ $Date: 2007-11-23 14:01:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -199,8 +199,8 @@ namespace configmgr // void removed(OUString const& aPath, bool bRemovedFromModel, IConfigBroadcaster* pSource); - void dispatch(memory::Accessor const& _aChangedDataAccessor, Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); - void dispatch(memory::Accessor const& _aChangedDataAccessor, TreeChangeList const& rList_, sal_Bool _bError, IConfigBroadcaster* pSource); + void dispatch(Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); + void dispatch(TreeChangeList const& rList_, sal_Bool _bError, IConfigBroadcaster* pSource); void disposing(IConfigBroadcaster* pSource); private: typedef BroadcastImplHelper<NodeListenerInfo> Listeners; @@ -209,8 +209,8 @@ namespace configmgr Listeners m_aListeners; PathMap m_aPathMap; private: - void dispatchInner(INodeListenerRef const& pTarget, AbsolutePath const& sTargetPath, memory::Accessor const& _aChangedDataAccessor, Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); - void dispatchOuter(INodeListenerRef const& pTarget, AbsolutePath const& sTargetPath, memory::Accessor const& _aChangedDataAccessor, Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); + void dispatchInner(INodeListenerRef const& pTarget, AbsolutePath const& sTargetPath, Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); + void dispatchOuter(INodeListenerRef const& pTarget, AbsolutePath const& sTargetPath, Change const& rBaseChange, AbsolutePath const& sChangeLocation, sal_Bool _bError, IConfigBroadcaster* pSource); }; ///////////////////////////////////////////////////////////////////////// |