phoneapp/phoneuiutils/src/cphonemainresourceresolver.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    95     
    95     
    96     if ( !instance )
    96     if ( !instance )
    97         {
    97         {
    98         TRAPD( err, instance = CPhoneMainResourceResolver::NewL() );
    98         TRAPD( err, instance = CPhoneMainResourceResolver::NewL() );
    99         if ( err )
    99         if ( err )
   100 	        {
   100             {
   101 	        Panic( EPhoneUtilsCouldNotCreateSingleton );	
   101             Panic( EPhoneUtilsCouldNotCreateSingleton );    
   102 	        }
   102             }
   103         }
   103         }
   104     return instance;
   104     return instance;
   105     }
   105     }
   106 
   106 
   107 //  End of File  
   107 //  End of File