--- a/omxil_generic/omxilcomplib/src/omxilimageport.cpp Fri Sep 17 08:38:32 2010 +0300
+++ b/omxil_generic/omxilcomplib/src/omxilimageport.cpp Thu Oct 14 10:21:48 2010 +0100
@@ -410,9 +410,15 @@
return ipImagePortImpl->GetSupportedColorFormats();
}
+#ifndef __WINSCW__
+#pragma CTC SKIP
+#endif
EXPORT_C
OMX_IMAGE_PARAM_PORTFORMATTYPE& COmxILImagePort::GetParamImagePortFormat()
{
__ASSERT_ALWAYS(ipImagePortImpl, User::Panic(KOmxILImagePortPanicCategory, 1));
return ipImagePortImpl->GetParamImagePortFormat();
}
+#ifndef __WINSCW__
+#pragma CTC ENDSKIP
+#endif