stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_swprnge/src/stlport_swprnge.cpp
branchRCL_3
changeset 56 acd3cd4aaceb
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
   111     CTestModuleIf& aTestModuleIf )
   111     CTestModuleIf& aTestModuleIf )
   112     {
   112     {
   113 #ifdef LIBC_OLD_BACKEND
   113 #ifdef LIBC_OLD_BACKEND
   114     MrtInit();
   114     MrtInit();
   115 #endif
   115 #endif
       
   116  #ifdef __ARMCC__
       
   117     #pragma diag_suppress 830
       
   118  #endif    
   116     Cstlport_swprnge* self = new (ELeave) Cstlport_swprnge( aTestModuleIf );
   119     Cstlport_swprnge* self = new (ELeave) Cstlport_swprnge( aTestModuleIf );
   117 
   120 
       
   121  
   118     CleanupStack::PushL( self );
   122     CleanupStack::PushL( self );
   119     self->ConstructL();
   123     self->ConstructL();
   120     CleanupStack::Pop();
   124     CleanupStack::Pop();
   121 
   125 
   122     return self;
   126     return self;