upnpavcontroller/upnpavcontrollerhelper/inc/upnpdownloaditemresolver.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
   119     /**
   119     /**
   120      * see UPnPItemResolver
   120      * see UPnPItemResolver
   121      */
   121      */
   122     void ResolveL(
   122     void ResolveL(
   123         MUPnPItemResolverObserver& aObserver
   123         MUPnPItemResolverObserver& aObserver
   124         );
   124         , CUpnpAVDevice* aDevice = NULL);
   125 
   125 
   126     /**
   126     /**
   127      * see UPnPItemResolver
   127      * see UPnPItemResolver
   128      */
   128      */
   129     const CUpnpItem& Item() const;
   129     const CUpnpItem& Item() const;
   268     
   268     
   269     // Download target
   269     // Download target
   270     RFile iFile;
   270     RFile iFile;
   271     
   271     
   272     // selector interface to use
   272     // selector interface to use
   273     MUPnPResourceSelector& iSelector;
   273     MUPnPResourceSelector& iSelector;   
       
   274 
   274     };
   275     };
   275 
   276 
   276 
   277 
   277 #endif  // UPNPDOWNLOADITEMRESOLVER_H
   278 #endif  // UPNPDOWNLOADITEMRESOLVER_H
   278 
   279