equal
deleted
inserted
replaced
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 |