cmmanager/cmmgr/cmmapi/inc/cmmanagerapi.h
changeset 30 8dde790cab74
parent 20 9c97ad6591ae
child 40 c5b848e6c7d1
equal deleted inserted replaced
29:1f1fcd7e941c 30:8dde790cab74
   130     TInt RemoveConnectionMethod(
   130     TInt RemoveConnectionMethod(
   131             const TInt aTargetDestHandle,
   131             const TInt aTargetDestHandle,
   132             const TInt aConnMethodHandle );
   132             const TInt aConnMethodHandle );
   133     TInt RemoveAllReferences(
   133     TInt RemoveAllReferences(
   134             const TInt aConnMethodHandle );
   134             const TInt aConnMethodHandle );
       
   135     TInt GetUncategorizedIcon( HBufC* aBuffer );
   135 
   136 
   136 private:
   137 private:
   137     // Array of destination handles opened through this session.
   138     // Array of destination handles opened through this session.
   138     // Does not have ownership of contained objects.
   139     // Does not have ownership of contained objects.
   139     RPointerArray<CCmDestinationWrapper> iDestinations;
   140     RPointerArray<CCmDestinationWrapper> iDestinations;