Tag: cws_src680_oj14 User: oj Date: 2006/07/04 00:37:32 Modified: dba/dbaccess/source/core/inc/definitioncontainer.hxx
Log: RESYNC: (1.3-1.4); FILE MERGED 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.8.1&r2=1.3.8.2 Delta lines: +4 -12 -------------------- --- definitioncontainer.hxx 3 Jan 2006 08:07:49 -0000 1.3.8.1 +++ definitioncontainer.hxx 4 Jul 2006 07:37:29 -0000 1.3.8.2 @@ -142,8 +142,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 @@ -210,10 +209,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 @@ -231,9 +226,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]
