changeset 8 | 35751d3474b7 |
parent 0 | 2c201484c85f |
child 90 | 8c545fea2798 |
2:675a964f4eb5 | 8:35751d3474b7 |
---|---|
267 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount) |
267 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount) |
268 { |
268 { |
269 aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy); |
269 aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy); |
270 return ImplementationTable; |
270 return ImplementationTable; |
271 } |
271 } |
272 |
|
273 |