bluetoothengine/btaudioman/inc/basrvaccstate.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 51 625f43ae9362
--- a/bluetoothengine/btaudioman/inc/basrvaccstate.h	Tue Feb 02 00:20:42 2010 +0200
+++ b/bluetoothengine/btaudioman/inc/basrvaccstate.h	Fri Feb 19 22:59:18 2010 +0200
@@ -132,7 +132,7 @@
     /**
     * Default constructor
     */
-    CBasrvAccState(CBasrvAcc& aParent, TRequestStatus* aRequest);
+    CBasrvAccState(CBasrvAcc& aParent);
     
     /**
      * Gets the owner of the state machine
@@ -142,24 +142,6 @@
      */
     CBasrvAcc& Parent();
     
-    /**
-     * Completes the pending request in this state with specified error code 
-     * and then zero the pointer.
-     *
-     * @since S60 v3.1
-     * @param aErr the completion error code
-     */
-    void CompleteStateRequest(TInt aErr);
-    
-    /**
-     * Completes the give pending request with specified error code..
-     *
-     * @since S60 v3.1
-     * @param aRequest the request to be completed
-     * @param aErr the completion error code
-     */
-    void CompleteRequest(TRequestStatus* aRequest, TInt aErr);
-
     void StatePrint(const TDesC& aStateName);
 
     TAccInfo& AccInfo();
@@ -173,12 +155,6 @@
 protected:
 
     CBasrvAcc& iParent;
-
-    /**
-     * Possible to be NULL.
-     * The async request performed in this state if it is not NULL.
-     */
-    TRequestStatus* iRequest;
     };
 
 #endif      // C_BTASRVACCSTATE_H