diff -r 7e0ecb5b116a -r 3dcb815346df localconnectivityservice/dun/atext/inc/DunAtNvramListen.h --- a/localconnectivityservice/dun/atext/inc/DunAtNvramListen.h Thu Jul 15 19:38:28 2010 +0300 +++ b/localconnectivityservice/dun/atext/inc/DunAtNvramListen.h Thu Aug 19 10:46:39 2010 +0300 @@ -26,7 +26,7 @@ * Class for AT NVRAM status change listener * * @lib dunatext.lib - * @since S60 v5.0 + * @since TB9.2 */ NONSHARABLE_CLASS( CDunAtNvramListen ) : public CActive { @@ -61,7 +61,7 @@ /** * Resets data to initial values * - * @since S60 5.0 + * @since TB9.2 * @return None */ void ResetData(); @@ -69,7 +69,7 @@ /** * Starts waiting for NVRAM status changes * - * @since S60 5.0 + * @since TB9.2 * @return Symbian error code on error, KErrNone otherwise */ TInt IssueRequest(); @@ -77,7 +77,7 @@ /** * Stops waiting for NVRAM status changes * - * @since S60 5.0 + * @since TB9.2 * @return Symbian error code on error, KErrNone otherwise */ TInt Stop(); @@ -92,7 +92,7 @@ /** * Initializes this class * - * @since S60 5.0 + * @since TB9.2 * @return None */ void Initialize(); @@ -103,7 +103,7 @@ * From CActive. * Gets called when NVRAM has changed * - * @since S60 5.0 + * @since TB9.2 * @return None */ void RunL(); @@ -112,7 +112,7 @@ * From CActive. * Gets called on cancel * - * @since S60 5.0 + * @since TB9.2 * @return None */ void DoCancel();