54 |
54 |
55 TInt StoreDestinationWrapper( |
55 TInt StoreDestinationWrapper( |
56 CCmDestinationWrapper* aDestinationWrapper ); |
56 CCmDestinationWrapper* aDestinationWrapper ); |
57 TInt RemoveDestinationWrapper( |
57 TInt RemoveDestinationWrapper( |
58 CCmDestinationWrapper* aDestinationWrapper ); |
58 CCmDestinationWrapper* aDestinationWrapper ); |
59 CCmDestinationWrapper* GetDestinationWrapperL( const TInt& aHandle ); |
59 CCmDestinationWrapper* GetDestinationWrapperL( const TInt aHandle ); |
60 |
60 |
61 TInt StoreConnMethodWrapper( |
61 TInt StoreConnMethodWrapper( |
62 CCmConnectionMethodWrapper* aConnMethodWrapper ); |
62 CCmConnectionMethodWrapper* aConnMethodWrapper ); |
63 TInt RemoveConnMethodWrapper( |
63 TInt RemoveConnMethodWrapper( |
64 CCmConnectionMethodWrapper* aConnMethodWrapper ); |
64 CCmConnectionMethodWrapper* aConnMethodWrapper ); |
65 CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt& aHandle ); |
65 CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt aHandle ); |
66 |
66 |
67 TInt GetBearerInfoInt( |
67 TInt GetBearerInfoInt( |
68 const TUint32 aBearerType, |
68 const TUint32 aBearerType, |
69 const TUint32 aAttribute, |
69 const TUint32 aAttribute, |
70 TUint32& aValue ); |
70 TUint32& aValue ); |
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; |