phoneapp/phoneuiutils/src/cphonepubsubproxy.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    51     
    51     
    52     if ( !instance )
    52     if ( !instance )
    53         {
    53         {
    54         TRAPD( err, instance = CPhonePubSubProxy::NewL() );
    54         TRAPD( err, instance = CPhonePubSubProxy::NewL() );
    55         if ( err )
    55         if ( err )
    56 	        {
    56             {
    57 	        Panic( EPhoneUtilsCouldNotCreateSingleton );	
    57             Panic( EPhoneUtilsCouldNotCreateSingleton );    
    58 	        }
    58             }
    59         }
    59         }
    60     return instance;
    60     return instance;
    61     }
    61     }
    62 
    62 
    63 // ---------------------------------------------------------
    63 // ---------------------------------------------------------