diff -r a03f92240627 -r 33016869e0dd stif/stif_plat/inc/StifUnitGeneric.h --- a/stif/stif_plat/inc/StifUnitGeneric.h Tue Feb 02 01:57:15 2010 +0200 +++ b/stif/stif_plat/inc/StifUnitGeneric.h Fri Apr 16 16:37:27 2010 +0300 @@ -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