INTEGRATION: CWS jl51 (1.4.30); FILE MERGED
2007/02/05 13:54:18 jl 1.4.30.1: #i69228 warning free code
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: buffernode.cxx,v $
|
* $RCSfile: buffernode.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2006-09-16 14:36:42 $
|
* last change: $Author: ihi $ $Date: 2007-04-17 10:16:49 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -49,10 +49,10 @@ namespace cssxw = com::sun::star::xml::wrapper;
|
|||||||
namespace cssxc = com::sun::star::xml::crypto;
|
namespace cssxc = com::sun::star::xml::crypto;
|
||||||
|
|
||||||
BufferNode::BufferNode( const cssu::Reference< cssxw::XXMLElementWrapper >& xXMLElement )
|
BufferNode::BufferNode( const cssu::Reference< cssxw::XXMLElementWrapper >& xXMLElement )
|
||||||
:m_xXMLElement(xXMLElement),
|
:m_pParent(NULL),
|
||||||
m_pParent(NULL),
|
|
||||||
m_pBlocker(NULL),
|
m_pBlocker(NULL),
|
||||||
m_bAllReceived(false)
|
m_bAllReceived(false),
|
||||||
|
m_xXMLElement(xXMLElement)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: elementcollector.cxx,v $
|
* $RCSfile: elementcollector.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: obo $ $Date: 2006-09-16 14:37:19 $
|
* last change: $Author: ihi $ $Date: 2007-04-17 10:17:15 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -58,9 +58,9 @@ ElementCollector::ElementCollector(
|
|||||||
:ElementMark(nSecurityId, nBufferId),
|
:ElementMark(nSecurityId, nBufferId),
|
||||||
m_nPriority(nPriority),
|
m_nPriority(nPriority),
|
||||||
m_bToModify(bToModify),
|
m_bToModify(bToModify),
|
||||||
m_xReferenceResolvedListener(xReferenceResolvedListener),
|
|
||||||
m_bAbleToNotify(false),
|
m_bAbleToNotify(false),
|
||||||
m_bNotified(false)
|
m_bNotified(false),
|
||||||
|
m_xReferenceResolvedListener(xReferenceResolvedListener)
|
||||||
/****** ElementCollector/ElementCollector *************************************
|
/****** ElementCollector/ElementCollector *************************************
|
||||||
*
|
*
|
||||||
* NAME
|
* NAME
|
||||||
|
Reference in New Issue
Block a user