bthci/bthci2/CommandsEvents/interface/VendorDebugCommand.h
branchRCL_3
changeset 8 2b6718f05bdb
parent 0 29b1cd4cb562
--- a/bthci/bthci2/CommandsEvents/interface/VendorDebugCommand.h	Tue Feb 02 01:12:20 2010 +0200
+++ b/bthci/bthci2/CommandsEvents/interface/VendorDebugCommand.h	Fri Feb 19 23:56:55 2010 +0200
@@ -77,14 +77,14 @@
 	IMPORT_C virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData);
 	void Match(const THCIEventBase& aEvent, TBool& aMatchesCmd, TBool& aConcludesCmd, TBool& aContinueMatching) const;
 	IMPORT_C void SetMatcher(MVendorDebugCommandMatcher* aMatcher);
+	IMPORT_C void SetCreditsConsumed(TUint aConsumedCredits);
+	IMPORT_C void SetExpectsCommandStatusEvent(TBool aExpectsCmdStatus);
+	IMPORT_C void SetExpectsCommandCompleteEvent(TBool aExpectsCmdComplete);
+	IMPORT_C TInt SetExpectsCompletingEvent(TBool aExpectsCompletingEvent);
 	
 protected:	
 	IMPORT_C CVendorDebugCommand(const TUint16 opcode);
 	IMPORT_C void ConstructL();
-	IMPORT_C void SetCreditsConsumed(TUint aConsumedCredits);
-	IMPORT_C void SetExpectsCommandStatusEvent(TBool aExpectsCmdStatus);
-	IMPORT_C void SetExpectsCommandCompleteEvent(TBool aExpectsCmdComplete);
-	IMPORT_C TInt SetExpectsCompletingEvent(TBool aExpectsCompletingEvent);
 
 private:
 	void Format(CHctlCommandFrame& aCommandFrame) const;