--- a/radioengine/utils/inc/cradiopropertyobserver.h Thu Jul 08 12:44:18 2010 +0300
+++ b/radioengine/utils/inc/cradiopropertyobserver.h Fri Jul 23 10:16:59 2010 +0300
@@ -201,42 +201,42 @@
/**
* Value of a subscribed category property of type int.
*/
- TInt iValueInt;
+ TInt iValueInt;
/**
* Value of a subscribed category property of type byte array.
*/
- HBufC8* iValueByteArray;
+ HBufC8* iValueByteArray;
/**
* Value of a subscribed category property of type text.
*/
- HBufC* iValueText;
+ HBufC* iValueText;
/**
* Handle to Publish And Subscribe component
*/
- RProperty iProperty;
+ RProperty iProperty;
/**
* Observer to be notified when particular Property value has changed
*/
- MRadioPropertyChangeObserver& iObserver;
+ MRadioPropertyChangeObserver& iObserver;
/**
* UID of Publish And Subscribe category
*/
- TUid iCategory;
+ TUid iCategory;
/**
* Subkey to be used with Publish And Subscribe
*/
- TUint iKey;
+ TUint iKey;
/**
* Type of the observed property.
*/
- TRadioPropertyType iPropertyType;
+ TRadioPropertyType iPropertyType;
};