User: rt Date: 06/05/04 01:38:25 Modified: /dba/dbaccess/source/core/inc/ definitioncontainer.hxx
Log: INTEGRATION: CWS dba203c (1.3.110); FILE MERGED 2006/04/25 08:45:33 fs 1.3.110.1: isReadOnly is dead -> removed it File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: definitioncontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/definitioncontainer.hxx?r1=1.3&r2=1.4 Delta lines: +1 -9 ------------------- --- definitioncontainer.hxx 8 Sep 2005 13:36:54 -0000 1.3 +++ definitioncontainer.hxx 4 May 2006 08:38:22 -0000 1.4 @@ -140,8 +140,7 @@ */ virtual ~ODefinitionContainer(); public: - /** constructs the container.<BR> - after the construction of the object the creator has to call <code>initialize</code>. + /** constructs the container. */ ODefinitionContainer( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB @@ -208,10 +207,6 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent > createObject( const ::rtl::OUString& _rName) = 0; - /** checks whether or not the configuration data the object is based on is readonly - */ - sal_Bool isReadOnly() const; - /** get the object specified by the given name. If desired, the object will be read if not already done so.<BR> @param _rName the object name @param _bReadIfNeccessary if sal_True, the object will be read from the configuration if not already done so @@ -229,9 +224,6 @@ @return sal_True if there already exists such an object */ virtual sal_Bool checkExistence(const ::rtl::OUString& _rName); - - /** get - */ /** append a new object to the container. No plausibility checks are done, e.g. if the object is non-NULL or if the name is already used by another object or anything like this. This method is for derived classes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
