contentstorage/casrv/caappscanner/src/proxy.cpp
changeset 98 d2f833ab7940
parent 85 7feec50967db
--- a/contentstorage/casrv/caappscanner/src/proxy.cpp	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/casrv/caappscanner/src/proxy.cpp	Fri Jun 11 16:13:51 2010 +0300
@@ -26,6 +26,10 @@
     IMPLEMENTATION_PROXY_ENTRY(0x20026FAF, CCaAppScannerHandler::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 )
@@ -34,3 +38,9 @@
             / sizeof(TImplementationProxy);
     return ImplementationTable;
     }
+
+#ifdef COVERAGE_MEASUREMENT
+#pragma CTC ENDSKIP
+#endif //COVERAGE_MEASUREMENT
+
+