contentstorage/casrv/caappscanner/src/proxy.cpp
changeset 103 b99b84bcd2d1
parent 60 f62f87b200ec
--- a/contentstorage/casrv/caappscanner/src/proxy.cpp	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/casrv/caappscanner/src/proxy.cpp	Wed Jun 23 18:33:40 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
+
+