upnpsharing/upnpcontentserver/inc/upnpselectionwriter.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
    60      * @param aNewObject, name of the object
    60      * @param aNewObject, name of the object
    61      */
    61      */
    62     void AppendItemL( const TPtrC aNewObject );
    62     void AppendItemL( const TPtrC aNewObject );
    63 
    63 
    64     /**
    64     /**
    65      * Append index of succesfully shared container
       
    66      * @since S60 3.1
       
    67      * @param aIndex, Index of the container
       
    68      */
       
    69     void AppendStatusL( const TInt aIndex );
       
    70 
       
    71     /**
       
    72      * Saves sharing state to central repository and updates shared albums
    65      * Saves sharing state to central repository and updates shared albums
    73      * @since S60 3.1
    66      * @since S60 3.1
    74      * @param aShareAllSelection, The selections type in UI( Share all \
    67      * @param aShareAllSelection, The selections type in UI( Share all \
    75 / None / Many )
    68 / None / Many )
    76      * @return TInt, error code
    69      * @return TInt, error code
   107      * selection type
   100      * selection type
   108      */
   101      */
   109     TInt                            iShareAllSelection;
   102     TInt                            iShareAllSelection;
   110 
   103 
   111     /**
   104     /**
   112      * array of succesfully shared containers.
       
   113      */
       
   114     RArray<TInt>           iOkItems;
       
   115 
       
   116     /**
       
   117      * array for albums/playlist
   105      * array for albums/playlist
   118      * owned
   106      * owned
   119      */
   107      */
   120     CDesCArrayFlat*                 iFileArray;
   108     CDesCArrayFlat*                 iFileArray;
   121 
   109