localconnectivityservice/dun/utils/inc/DunUpstream.h
branchRCL_3
changeset 38 3dcb815346df
parent 19 2702348f1fe7
--- a/localconnectivityservice/dun/utils/inc/DunUpstream.h	Thu Jul 15 19:38:28 2010 +0300
+++ b/localconnectivityservice/dun/utils/inc/DunUpstream.h	Thu Aug 19 10:46:39 2010 +0300
@@ -77,17 +77,7 @@
     TBool iDataMode;
 
     /**
-     * Flag to indicate whether AT parsing is needed or not
-     */
-    TBool iParseNeeded;
-
-    /**
-     * Flag to be set when AT command handling starts
-     */
-    TBool iHandling;
-
-    /**
-     * AT Command handler. Used if iAtParseNeeded is ETrue
+     * AT Command handler.
      */
     CDunAtCmdHandler* iAtCmdHandler;
 
@@ -270,21 +260,12 @@
 // from base class MDunAtCmdStatusReporter
 
     /**
-     * Notifies about AT command handling start
+     * Notifies about parser's need to get more data
      *
-     * @since S60 5.0
+     * @since TB9.2
      * @return None
      */
-    void NotifyAtCmdHandlingStart();
-
-    /**
-     * Notifies about AT command handling end
-     *
-     * @since S60 5.0
-     * @param aEndIndex Index to the start of next command
-     * @return None
-     */
-    void NotifyAtCmdHandlingEnd( TInt aStartIndex );
+    void NotifyParserNeedsMoreData();
 
     /**
      * Notifies about editor mode reply