stif/stif_plat/inc/StifUnitGeneric.h
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
   459 
   459 
   460 EXPORT_C CTestModuleBase* LibEntryL()
   460 EXPORT_C CTestModuleBase* LibEntryL()
   461     {
   461     {
   462     return STIF_UNIT_MODULE_CLASS_NAME::NewL();
   462     return STIF_UNIT_MODULE_CLASS_NAME::NewL();
   463     }
   463     }
   464 
   464 #ifndef STIFUNIT_SETHEAPANDSTACKSIZE
   465 EXPORT_C TInt SetRequirements( CTestModuleParam*& /*aTestModuleParam*/, 
   465 EXPORT_C TInt SetRequirements( CTestModuleParam*& /*aTestModuleParam*/, 
   466                                TUint32& /*aParameterValid*/ )
   466                                TUint32& /*aParameterValid*/ )
   467     {
   467     {
   468     return KErrNone;
   468     return KErrNone;
   469     }
   469     }
   470 
   470 
       
   471 #endif
   471 #endif      // StifUnitGeneric_H
   472 #endif      // StifUnitGeneric_H
   472 
   473 
   473 // End of File
   474 // End of File