phoneapp/phoneuiutils/src/cphonemainerrormessageshandler.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    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