diff -r 73ff0d268e1d -r ecff51f1e7fb stif/stif_plat/inc/StifUnitGeneric.h --- a/stif/stif_plat/inc/StifUnitGeneric.h Sat Feb 20 00:22:34 2010 +0200 +++ b/stif/stif_plat/inc/StifUnitGeneric.h Fri Mar 12 15:50:45 2010 +0200 @@ -461,13 +461,14 @@ { return STIF_UNIT_MODULE_CLASS_NAME::NewL(); } - +#ifndef STIFUNIT_SETHEAPANDSTACKSIZE EXPORT_C TInt SetRequirements( CTestModuleParam*& /*aTestModuleParam*/, TUint32& /*aParameterValid*/ ) { return KErrNone; } +#endif #endif // StifUnitGeneric_H // End of File