contentstorage/casrv/causifscanner/src/proxy.cpp
changeset 103 b99b84bcd2d1
parent 66 32469d7d46ff
--- a/contentstorage/casrv/causifscanner/src/proxy.cpp	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/casrv/causifscanner/src/proxy.cpp	Wed Jun 23 18:33:40 2010 +0300
@@ -28,6 +28,10 @@
     IMPLEMENTATION_PROXY_ENTRY(KCaUsifScannerImplProxyUid, CCaUsifScanner::NewL)
     };
 
+#ifdef COVERAGE_MEASUREMENT
+#pragma CTC SKIP
+#endif //COVERAGE_MEASUREMENT (proxy for instantiation)
+
 // Function used to return an instance of the proxy table.
 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
         TInt& aTableCount )
@@ -35,3 +39,8 @@
     aTableCount = sizeof( ImplementationTable ) / sizeof(TImplementationProxy);
     return ImplementationTable;
     }
+
+#ifdef COVERAGE_MEASUREMENT
+#pragma CTC ENDSKIP
+#endif //COVERAGE_MEASUREMENT
+