phoneapp/phoneuiutils/src/cphonemainerrormessageshandler.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    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