localconnectivityservice/dun/atext/inc/DunAtCmdHandler.h
branchRCL_3
changeset 44 7a45d2ea2f56
parent 40 52a167391590
equal deleted inserted replaced
41:fb2c519f85e0 44:7a45d2ea2f56
   606      * @param aCharacter Character to check
   606      * @param aCharacter Character to check
   607      * @param aStartIndex Start index (doesn't change)
   607      * @param aStartIndex Start index (doesn't change)
   608      * @param aEndIndex End index (changes)
   608      * @param aEndIndex End index (changes)
   609      * @return Symbian error code on error, KErrNone otherwise
   609      * @return Symbian error code on error, KErrNone otherwise
   610      */
   610      */
   611     TBool FindSubCommandQuotes( TChar aCharacter, TInt aStartIndex, TInt& aEndIndex );
   611     TBool FindSubCommandQuotes( TChar aCharacter,
       
   612                                 TInt aStartIndex,
       
   613                                 TInt& aEndIndex );
   612 
   614 
   613     /**
   615     /**
   614      * Check if in next subcommand's extended border
   616      * Check if in next subcommand's extended border
   615      *
   617      *
   616      * @since TB9.2
   618      * @since TB9.2
   617      * @param aCharacter Extended character to check
   619      * @param aCharacter Extended character to check
   618      * @param aStartIndex Start index (doesn't change)
   620      * @param aStartIndex Start index (doesn't change)
   619      * @param aEndIndex End index (changes)
   621      * @param aEndIndex End index (changes)
   620      * @return ETrue if in next command's extended border, EFalse otherwise
   622      * @return ETrue if in next command's extended border, EFalse otherwise
   621      */
   623      */
   622     TBool IsExtendedBorder( TChar aCharacter, TInt aStartIndex, TInt& aEndIndex );
   624     TBool IsExtendedBorder( TChar aCharacter,
       
   625                             TInt aStartIndex,
       
   626                             TInt& aEndIndex );
   623 
   627 
   624     /**
   628     /**
   625      * Finds subcommand with alphanumeric borders
   629      * Finds subcommand with alphanumeric borders
   626      *
   630      *
   627      * @since TB9.2
   631      * @since TB9.2