phoneapp/phoneuiutils/src/cphonemainresourceresolver.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    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