bthci/bthci2/CommandsEvents/interface/VendorDebugCommand.h
changeset 16 0089b2f7ebd8
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 Mar 19 09:53:48 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;