equal
deleted
inserted
replaced
372 { |
372 { |
373 __ASSERT_ALWAYS(ipOtherPortImpl, User::Panic(KOmxILOtherPortPanicCategory, 1)); |
373 __ASSERT_ALWAYS(ipOtherPortImpl, User::Panic(KOmxILOtherPortPanicCategory, 1)); |
374 return ipOtherPortImpl->GetParamOtherPortFormat(); |
374 return ipOtherPortImpl->GetParamOtherPortFormat(); |
375 } |
375 } |
376 |
376 |
|
377 #ifndef __WINSCW__ |
|
378 #pragma CTC SKIP |
|
379 #endif |
377 EXPORT_C |
380 EXPORT_C |
378 TInt COmxILOtherPort::Extension_(TUint aExtensionId, TAny *&a0, TAny *a1) |
381 TInt COmxILOtherPort::Extension_(TUint aExtensionId, TAny *&a0, TAny *a1) |
379 { |
382 { |
380 return COmxILPort::Extension_(aExtensionId, a0, a1); |
383 return COmxILPort::Extension_(aExtensionId, a0, a1); |
381 } |
384 } |
|
385 #ifndef __WINSCW__ |
|
386 #pragma CTC ENDSKIP |
|
387 #endif |