stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/stlport_parsrt.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   113           
   113           
   114      #ifdef LIBC_OLD_BACKEND
   114      #ifdef LIBC_OLD_BACKEND
   115       MrtInit();
   115       MrtInit();
   116      #endif
   116      #endif
   117      
   117      
   118     #ifdef __ARMCC__
       
   119     #pragma diag_suppress 830 
       
   120     #endif
       
   121     Cstlport_parsrt* self = new (ELeave) Cstlport_parsrt( aTestModuleIf );
   118     Cstlport_parsrt* self = new (ELeave) Cstlport_parsrt( aTestModuleIf );
   122 
   119 
   123     
       
   124     CleanupStack::PushL( self );
   120     CleanupStack::PushL( self );
   125     self->ConstructL();
   121     self->ConstructL();
   126     CleanupStack::Pop();
   122     CleanupStack::Pop();
   127 
   123 
   128     return self;
   124     return self;