--- a/core/com.nokia.carbide.templatewizard.symbian.tests/src/com/nokia/carbide/templatewizard/symbian/tests/TestSymbianSDK.java Tue May 12 16:23:41 2009 -0500
+++ b/core/com.nokia.carbide.templatewizard.symbian.tests/src/com/nokia/carbide/templatewizard/symbian/tests/TestSymbianSDK.java Wed May 13 14:22:02 2009 -0500
@@ -222,4 +222,12 @@
return Collections.EMPTY_LIST;
}
+ /* (non-Javadoc)
+ * @see com.nokia.carbide.cpp.sdk.core.ISymbianSDK#getSBVCatalog()
+ */
+ public ISBVCatalog getSBVCatalog() {
+ return null;
+ }
+
+
}
\ No newline at end of file