Tag: cws_src680_dba24d
User: oj      
Date: 2007-11-21 12:38:04+0000
Modified:
   dba/connectivity/inc/connectivity/FValue.hxx

Log:
 #i68854# impl TypeSettingInfo for Oracle and some clean up

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: FValue.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/FValue.hxx?r1=1.14&r2=1.14.212.1
Delta lines:  +6 -4
-------------------
--- FValue.hxx  2006-06-20 00:59:05+0000        1.14
+++ FValue.hxx  2007-11-21 12:38:02+0000        1.14.212.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FValue.hxx,v $
  *
- *  $Revision: 1.14 $
+ *  $Revision: 1.14.212.1 $
  *
- *  last change: $Author: hr $ $Date: 2006/06/20 00:59:05 $
+ *  last change: $Author: oj $ $Date: 2007/11/21 12:38:02 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -371,6 +371,8 @@
         void fill(sal_Int32 _nPos,
                                  sal_Int32 _nType,
                                  const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XRow>& _xRow);
+
+        void fill(const ::com::sun::star::uno::Any& _rValue);
        };
 
        /// ORowSetValueDecorator decorates a ORowSetValue so the value is 
"refcounted"
@@ -383,7 +385,7 @@
                ORowSetValueDecorator& operator=(const ORowSetValue& _aValue);
 
                inline operator const ORowSetValue&()   const                   
        { return m_aValue; }
-               inline sal_Bool operator ==( const ORowSetValue & _rRH )        
{ return m_aValue == _rRH; }
+               inline bool operator ==( const ORowSetValue & _rRH )        { 
return m_aValue == _rRH; }
                inline const ORowSetValue& getValue()   const                   
        { return m_aValue; }
                inline ORowSetValue& get()                                      
                                { return m_aValue; }
                inline void setValue(const ORowSetValue& _aValue)               
        { m_aValue = _aValue; }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to