equal
deleted
inserted
replaced
92 * CPsPropertyHandler. |
92 * CPsPropertyHandler. |
93 * Performs the first phase of two phase construction. |
93 * Performs the first phase of two phase construction. |
94 * @param aObserver The object to be used to |
94 * @param aObserver The object to be used to |
95 * handle updates from the server. |
95 * handle updates from the server. |
96 */ |
96 */ |
97 CPsPropertyHandler(CPSRequestHandler* aRequestHandler ); |
97 CPsPropertyHandler( CPSRequestHandler* aRequestHandler ); |
98 |
98 |
99 /** |
99 /** |
100 * ConstructL. |
100 * ConstructL. |
101 * Performs the second phase construction of a |
101 * Performs the second phase construction of a |
102 * CPsPropertyHandler object. |
102 * CPsPropertyHandler object. |
103 */ |
103 */ |
104 void ConstructL( ); |
104 void ConstructL(); |
105 |
105 |
106 private: // Data |
106 private: // Data |
107 |
107 |
108 /** |
108 /** |
109 * iRequestHandler, object to RequestHandler through which |
109 * iRequestHandler, object to RequestHandler through which |
110 * observers will be accessed |
110 * observers will be accessed |
111 */ |
111 */ |
112 CPSRequestHandler* iRequestHandler; |
112 CPSRequestHandler* iRequestHandler; |
113 |
113 |
114 /** |
114 /** |
115 * iProperty, property handle used to attach to the property defined |
115 * iProperty, property handle used to attach to the property defined |
116 */ |
116 */ |