Kaydet (Commit) 1804266a authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS sb62 (1.11.12); FILE MERGED

2006/09/27 11:51:37 sb 1.11.12.1: #i69163# Added rudimentary extension version handling.
üst 3bcdf140
......@@ -4,9 +4,9 @@
*
* $RCSfile: dp_backend.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: obo $ $Date: 2006-09-17 09:42:56 $
* last change: $Author: kz $ $Date: 2006-10-04 16:55:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -327,6 +327,12 @@ OUString Package::getName() throw (RuntimeException)
return m_name;
}
//______________________________________________________________________________
OUString Package::getVersion() throw (RuntimeException)
{
return OUString();
}
//______________________________________________________________________________
OUString Package::getURL() throw (RuntimeException)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment