diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:30:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:30:10 +0000 |
commit | cdc56be63be789fd2cd3f4160a05bf4ac06c9f2b (patch) | |
tree | f2a29a0758d057b3f5047f34f7125ca64a62f2bc /connectivity/source/drivers/mozab/MStatement.hxx | |
parent | fdb8b68e80135efac827e2c7c975007cbc18f15f (diff) |
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
Diffstat (limited to 'connectivity/source/drivers/mozab/MStatement.hxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MStatement.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/MStatement.hxx b/connectivity/source/drivers/mozab/MStatement.hxx index 5ccd846dc4be..05df86c02ba1 100644 --- a/connectivity/source/drivers/mozab/MStatement.hxx +++ b/connectivity/source/drivers/mozab/MStatement.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MStatement.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:45:30 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:30:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ #include "MConnection.hxx" #include "MTable.hxx" -#include <memory> +#include <boost/shared_ptr.hpp> namespace connectivity { @@ -125,7 +125,7 @@ namespace connectivity OValueRow m_aRow; connectivity::OSQLParser m_aParser; - ::std::auto_ptr< connectivity::OSQLParseTreeIterator > + ::boost::shared_ptr< ::connectivity::OSQLParseTreeIterator > m_pSQLIterator; connectivity::OSQLParseNode* m_pParseTree; |