User: vg      
Date: 05/03/10 07:34:36

Modified:
 /dba/connectivity/source/inc/adabas/
  BTables.hxx

Log:
 INTEGRATION: CWS dba24 (1.7.262); FILE MERGED
 2005/02/09 08:07:49 oj 1.7.262.1: #i26950# remove the need for XNamed

File Changes:

Directory: /dba/connectivity/source/inc/adabas/
===============================================

File [changed]: BTables.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/adabas/BTables.hxx?r1=1.7&r2=1.8
Delta lines:  +6 -6
-------------------
--- BTables.hxx 12 Oct 2001 11:59:33 -0000      1.7
+++ BTables.hxx 10 Mar 2005 15:34:33 -0000      1.8
@@ -76,16 +76,16 @@
             ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDatabaseMetaData >       m_xMetaData;
                        //      OCatalog*                                       
                                                m_pParent;
                protected:
-            virtual ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& 
_rName);
+            virtual sdbcx::ObjectType createObject(const ::rtl::OUString& 
_rName);
             virtual void impl_refresh() 
throw(::com::sun::star::uno::RuntimeException);
             virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createEmptyObject();
-                       // return a object which is the copy of the descriptor
-                       virtual ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNamed > cloneObject(const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
_xDescriptor);
                        virtual void appendObject( const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
descriptor );
                        virtual void dropObject(sal_Int32 _nPos,const 
::rtl::OUString _sElementName);
 
             void setComments(const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& descriptor ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
                        void createTable( const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
descriptor );
+
+            virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& 
_xObject);
                public:
             OTables(const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDatabaseMetaData >& _rMetaData,::cppu::OWeakObject& 
_rParent, ::osl::Mutex& _rMutex,
                                const TStringVector &_rVector) : 
sdbcx::OCollection(_rParent,sal_True,_rMutex,_rVector)




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

Reply via email to