phoneapp/phoneuiutils/src/cphonemainerrormessageshandler.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    96     
    96     
    97     if ( !instance )
    97     if ( !instance )
    98         {
    98         {
    99         TRAPD( err, instance = CPhoneMainErrorMessagesHandler::NewL() );
    99         TRAPD( err, instance = CPhoneMainErrorMessagesHandler::NewL() );
   100         if ( err )
   100         if ( err )
   101 	        {
   101             {
   102 	        Panic( EPhoneUtilsCouldNotCreateSingleton );	
   102             Panic( EPhoneUtilsCouldNotCreateSingleton );    
   103 	        }
   103             }
   104         }
   104         }
   105     return instance;
   105     return instance;
   106     }
   106     }
   107 
   107 
   108 //  End of File  
   108 //  End of File