User: obo Date: 2006/07/10 07:30:12 Modified: dba/connectivity/source/drivers/mozab/MStatement.hxx
Log: INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/27 14:41:38 fs 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/10 10:52:23 fs 1.5.104.1: #i51443# changed API of the OSQLParseIterator File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.hxx?r1=1.6&r2=1.7 Delta lines: +6 -6 ------------------- --- MStatement.hxx 20 Jun 2006 01:45:30 -0000 1.6 +++ MStatement.hxx 10 Jul 2006 14:30:10 -0000 1.7 @@ -87,7 +87,7 @@ #include "MConnection.hxx" #include "MTable.hxx" -#include <memory> +#include <boost/shared_ptr.hpp> namespace connectivity { @@ -125,7 +125,7 @@ OValueRow m_aRow; connectivity::OSQLParser m_aParser; - ::std::auto_ptr< connectivity::OSQLParseTreeIterator > + ::boost::shared_ptr< ::connectivity::OSQLParseTreeIterator > m_pSQLIterator; connectivity::OSQLParseNode* m_pParseTree; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
