equal
deleted
inserted
replaced
676 { |
676 { |
677 __ASSERT_ALWAYS(ipPortImpl, User::Panic(KOmxILPortPanicCategory, 1)); |
677 __ASSERT_ALWAYS(ipPortImpl, User::Panic(KOmxILPortPanicCategory, 1)); |
678 return ipPortImpl->GetTunnelledPort(); |
678 return ipPortImpl->GetTunnelledPort(); |
679 } |
679 } |
680 |
680 |
|
681 #ifndef __WINSCW__ |
|
682 #pragma CTC SKIP |
|
683 #endif |
681 EXPORT_C |
684 EXPORT_C |
682 TInt COmxILPort::Extension_(TUint aExtensionId, TAny *&a0, TAny *a1) |
685 TInt COmxILPort::Extension_(TUint aExtensionId, TAny *&a0, TAny *a1) |
683 { |
686 { |
684 return CBase::Extension_(aExtensionId, a0, a1); |
687 return CBase::Extension_(aExtensionId, a0, a1); |
685 } |
688 } |
686 |
689 #ifndef __WINSCW__ |
687 |
690 #pragma CTC ENDSKIP |
688 |
691 #endif |
689 |
692 |
|
693 |
|
694 |