add new method for new API in ISymbianSDK
authortimkelly
Wed, 13 May 2009 14:22:02 -0500
changeset 151 b4eb527d5316
parent 150 5021c72f5c75
child 152 9e83cc047260
child 154 f53d85453ee8
add new method for new API in ISymbianSDK
core/com.nokia.carbide.templatewizard.symbian.tests/src/com/nokia/carbide/templatewizard/symbian/tests/TestSymbianSDK.java
--- 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