Changes between Version 18 and Version 19 of ApertureDataSource


Ignore:
Timestamp:
10/12/05 15:58:04 (19 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataSource

    v18 v19  
    1111  */ 
    1212public interface DataSource { 
     13  
    1314 
     15        /** 
     16         * Method added from Gnowsis 
     17         * 
     18         * 
     19         * 
     20         * get the configuration of this datasource. 
     21         * The configuration is always passed to the constructor. 
     22         * @return the configuration 
     23         */ 
     24        public DataSourceConfig getDSConfig(); 
     25  
    1426        /** 
    1527         * Method added from Gnowsis