equal
deleted
inserted
replaced
85 { |
85 { |
86 User::Leave( KErrAlreadyExists ); |
86 User::Leave( KErrAlreadyExists ); |
87 } |
87 } |
88 |
88 |
89 iCmManagerApi = aCmManagerApi; |
89 iCmManagerApi = aCmManagerApi; |
90 iCmConnectionMethodApi.ConnectAndGetConnMethodWithIdL( *aCmManagerApi, aIapId, aExistingHandle ); |
90 iCmConnectionMethodApi.ConnectAndGetConnMethodWithIdL( |
|
91 *aCmManagerApi, |
|
92 aIapId, |
|
93 aExistingHandle ); |
91 if ( !aExistingHandle ) |
94 if ( !aExistingHandle ) |
92 { |
95 { |
93 iCmManagerApi->StoreConnMethodWrapper( this ); |
96 iCmManagerApi->StoreConnMethodWrapper( this ); |
94 } |
97 } |
95 |
98 |