phoneengine/phonemodel/inc/cpepubsubmonitor.h
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    67         * Defines the actions that take place when a change indication
    67         * Defines the actions that take place when a change indication
    68         * is received. Each deriving monitor has to define the implementation for
    68         * is received. Each deriving monitor has to define the implementation for
    69         * this method. Most common approach would be to save the data to internal
    69         * this method. Most common approach would be to save the data to internal
    70         * data store and send a message via phone model if neccessary.
    70         * data store and send a message via phone model if neccessary.
    71         */
    71         */
    72     	virtual void UpdateL() = 0;
    72         virtual void UpdateL() = 0;
    73 
    73 
    74     public:
    74     public:
    75 
    75 
    76         /**
    76         /**
    77         * Gets the current integer value of the monitored key
    77         * Gets the current integer value of the monitored key