# HG changeset patch # User timkelly # Date 1242242522 18000 # Node ID b4eb527d53166d01797618a780892f453eaa2033 # Parent 5021c72f5c751bb593c4f48f96a347acc4f7efca add new method for new API in ISymbianSDK diff -r 5021c72f5c75 -r b4eb527d5316 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