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