phoneengine/phonemodel/inc/cpecenrepmonitor.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    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