stif/stif_plat/inc/StifUnitGeneric.h
branchRCL_3
changeset 8 ecff51f1e7fb
parent 0 a03f92240627
equal deleted inserted replaced
4:73ff0d268e1d 8:ecff51f1e7fb
   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