diff -r 85e0c0339cc3 -r 883e91c086aa localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h --- a/localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h Fri Jun 11 14:27:06 2010 +0300 +++ b/localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h Tue Jul 06 15:13:34 2010 +0300 @@ -28,7 +28,7 @@ * Class for AT command URC handler * * @lib dunatext.lib - * @since S60 v5.0 + * @since TB9.2 */ NONSHARABLE_CLASS( CDunAtUrcHandler ) : public CActive, public MDunCompletionReporter @@ -62,7 +62,7 @@ /** * Resets data to initial values * - * @since S60 5.0 + * @since TB9.2 * @return None */ void ResetData(); @@ -70,7 +70,7 @@ /** * Starts waiting for an incoming URC message * - * @since S60 5.0 + * @since TB9.2 * @return Symbian error code on error, KErrNone otherwise */ TInt IssueRequest(); @@ -78,7 +78,7 @@ /** * Stops waiting for an incoming URC message * - * @since S60 5.0 + * @since TB9.2 * @return Symbian error code on error, KErrNone otherwise */ TInt Stop(); @@ -86,7 +86,7 @@ /** * UID of the owning plugin * - * @since S60 5.0 + * @since TB9.2 * @return UID of the owning plugin */ TUid OwnerUid(); @@ -101,7 +101,7 @@ /** * Initializes this class * - * @since S60 3.2 + * @since TB9.2 * @return None */ void Initialize(); @@ -112,7 +112,7 @@ * From CActive. * Gets called when URC command received * - * @since S60 3.2 + * @since TB9.2 * @return None */ void RunL(); @@ -121,7 +121,7 @@ * From CActive. * Gets called on cancel * - * @since S60 3.2 + * @since TB9.2 * @return None */ void DoCancel(); @@ -132,7 +132,7 @@ * From MDunCompletionReporter. * Gets called when data push is complete * - * @since S60 5.0 + * @since TB9.2 * @param aAllPushed ETrue if all in the queue were pushed, EFalse otherwise * @return None */