diff -r 28479eeba3fb -r 0089b2f7ebd8 bthci/bthci2/CommandsEvents/interface/VendorDebugCommand.h --- 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;