| branch | RCL_3 |
| changeset 17 | cb506ec2d869 |
| parent 15 | a0713522ab97 |
| 13:c2817bb2a55c | 17:cb506ec2d869 |
|---|---|
154 TUint32 iId; |
154 TUint32 iId; |
155 CCcSrvSession* iSession; |
155 CCcSrvSession* iSession; |
156 }; |
156 }; |
157 RArray<TCcProvider> iProviders; |
157 RArray<TCcProvider> iProviders; |
158 |
158 |
159 /** |
|
160 * Observer list |
|
161 */ |
|
162 struct TCcObserver |
|
163 { |
|
164 TUint32 iProviderId; |
|
165 TUint32 iObserver; |
|
166 }; |
|
167 RArray<TCcObserver> iObservers; |
|
168 |
|
159 }; |
169 }; |
160 |
170 |
161 |
171 |
162 #endif // CCSRV_H |
172 #endif // CCSRV_H |
163 |
173 |