upnpframework/upnputilities/inc/upnpmetadatafetcher.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
    85      *         or NULL if the creation of the item or metadata resolving
    85      *         or NULL if the creation of the item or metadata resolving
    86      *         fails.
    86      *         fails.
    87      */
    87      */
    88     IMPORT_C static CUpnpItem* CreateItemFromFileL(
    88     IMPORT_C static CUpnpItem* CreateItemFromFileL(
    89                                             const TDesC& aFilePath );
    89                                             const TDesC& aFilePath );
       
    90     
       
    91 private:
       
    92     
       
    93     static void AddElementToObjectL(CUpnpObject& aObject,
       
    94                                          const TDesC& aMetaDataUtilityName, 
       
    95                                          const TDesC8& aElementName );
    90 
    96 
    91     };
    97     };
    92 
    98 
    93 #endif // UPNPMETADATAFETCHER_H
    99 #endif // UPNPMETADATAFETCHER_H
    94 
   100