phoneengine/phonemodel/inc/cpecenrepmonitor.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    63         * Defines the actions that take place when a change indication
    63         * Defines the actions that take place when a change indication
    64         * is received. Each deriving monitor has to define the implementation for
    64         * is received. Each deriving monitor has to define the implementation for
    65         * this method. Most common approach would be to save the data to internal
    65         * this method. Most common approach would be to save the data to internal
    66         * data store and send a message via phone model if neccessary.
    66         * data store and send a message via phone model if neccessary.
    67         */
    67         */
    68     	virtual void UpdateL() = 0;
    68         virtual void UpdateL() = 0;
    69 
    69 
    70     public:
    70     public:
    71 
    71 
    72         /**
    72         /**
    73         * Gets the current value of the monitored setting
    73         * Gets the current value of the monitored setting