User: rt      
Date: 2008-01-30 07:45:45+0000
Modified:
   dba/connectivity/inc/connectivity/FValue.hxx

Log:
 INTEGRATION: CWS dba24d (1.14.212); FILE MERGED
 2007/11/21 12:38:02 oj 1.14.212.1: #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.15
Delta lines:  +3 -1
-------------------
--- FValue.hxx  2006-06-20 00:59:05+0000        1.14
+++ FValue.hxx  2008-01-30 07:45:43+0000        1.15
@@ -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