javauis/mmapi_qt/baseline/javasrc.emc/com/nokia/microedition/media/BufferDataSource.java
changeset 26 dc7c549001d5
parent 23 98ccebc37403
child 72 1f0034e370aa
equal deleted inserted replaced
23:98ccebc37403 26:dc7c549001d5
   152      */
   152      */
   153     public Control getControl(String aControlType)
   153     public Control getControl(String aControlType)
   154     {
   154     {
   155         return iDataSource.getControl(aControlType);
   155         return iDataSource.getControl(aControlType);
   156     }
   156     }
   157     /**
   157 
   158      * @author d35kumar
   158     public DataSource getDataSource()
   159      * @return
   159     {
   160      */
   160         return iDataSource;
   161     public DataSource getDataSource(){
       
   162     	return iDataSource;
       
   163     }
   161     }
   164     
   162 
   165 }
   163 }
   166 // End of File
   164 // End of File
   167 
   165