|
|
Choosing A Webhost: |
CVS update of carob (include/Statement.hpp src/Statement.cpp): msg#00196db.carob.cvs
Date: Friday, December 30, 2005 @ 17:59:36 Author: gilles Path: /cvsroot/carob/carob Modified: include/Statement.hpp (1.21 -> 1.22) src/Statement.cpp (1.21 -> 1.22) Added missing const for endOfResultList -----------------------+ include/Statement.hpp | 2 +- src/Statement.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: carob/include/Statement.hpp diff -u carob/include/Statement.hpp:1.21 carob/include/Statement.hpp:1.22 --- carob/include/Statement.hpp:1.21 Fri Dec 30 17:52:11 2005 +++ carob/include/Statement.hpp Fri Dec 30 17:59:36 2005 @@ -355,7 +355,7 @@ /** Should the driver to escape processing before sending to the DB? */ bool escapeProcessing; /** End of result list marker, declared and initialized once for all */ - static ResultSetOrUpdateCount endOfResultList; + static const ResultSetOrUpdateCount endOfResultList; /** * Tests if this statement is closed. * @return <code>true</code> if this statement is closed Index: carob/src/Statement.cpp diff -u carob/src/Statement.cpp:1.21 carob/src/Statement.cpp:1.22 --- carob/src/Statement.cpp:1.21 Fri Dec 30 17:52:11 2005 +++ carob/src/Statement.cpp Fri Dec 30 17:59:36 2005 @@ -28,7 +28,7 @@ using namespace CarobNS; -ResultSetOrUpdateCount Statement::endOfResultList = {false, {-1}}; +const ResultSetOrUpdateCount Statement::endOfResultList = {false, {-1}}; Statement::Statement(Connection* c) : connectionPtr(c),
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS update of carob/src (SQLDataSerialization.cpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
|---|---|
| Next by Date: | CVS update of carob/src (Connection.cpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Previous by Thread: | CVS update of carob (include/Statement.hpp src/Statement.cpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Next by Thread: | CVS update of carob/src (Connection.cpp), gilles-Tt5JLJuBijYiZlD9aYmxOGD2FQJk+8+b |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |