stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/stlport_parsrtc.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   113     
   113     
   114     
   114     
   115     #ifdef LIBC_OLD_BACKEND
   115     #ifdef LIBC_OLD_BACKEND
   116       MrtInit();
   116       MrtInit();
   117     #endif
   117     #endif
   118     
   118     #ifdef __ARMCC__
       
   119     #pragma diag_suppress 830
       
   120     #endif
   119     Cstlport_parsrtc* self = new (ELeave) Cstlport_parsrtc( aTestModuleIf );
   121     Cstlport_parsrtc* self = new (ELeave) Cstlport_parsrtc( aTestModuleIf );
   120 
   122 
       
   123     
   121     CleanupStack::PushL( self );
   124     CleanupStack::PushL( self );
   122     self->ConstructL();
   125     self->ConstructL();
   123     CleanupStack::Pop();
   126     CleanupStack::Pop();
   124 
   127 
   125     return self;
   128     return self;