phoneapp/phoneuiutils/inc/cphonecenrepproxy.h
changeset 77 2be0b271d017
parent 37 ba76fc04e6c2
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
   267         * @param aId central repository ID.
   267         * @param aId central repository ID.
   268         */
   268         */
   269         void HandleNotify( 
   269         void HandleNotify( 
   270             const TUid& aUid, 
   270             const TUid& aUid, 
   271             const TUint aId );
   271             const TUint aId );
   272 
   272         
   273     private:
   273     private:
   274 
   274 
   275         /**
   275         /**
   276         * Two-phased constructor.
   276         * Two-phased constructor.
   277         * @return new instance.
   277         * @return new instance.
   278         */
   278         */
   279         static CPhoneCenRepProxy* NewL();
   279         static CPhoneCenRepProxy* NewL();
   280         
   280 
       
   281 protected:        
   281         /**
   282         /**
   282         * C++ default constructor.
   283         * C++ default constructor.
   283         */
   284         */
   284         CPhoneCenRepProxy();
   285         CPhoneCenRepProxy();        
   285 
   286         
   286         /**
   287         /**
   287         * By default Symbian OS constructor is private.
   288         * By default Symbian OS constructor is private.
   288         */
   289         */
   289         void ConstructL();
   290         void ConstructL();
   290 
   291