core/src/command_factory.h
changeset 87 63fd51b1ff80
parent 78 b3ffff030d5c
--- a/core/src/command_factory.h	Sat Nov 06 16:46:13 2010 +0000
+++ b/core/src/command_factory.h	Sat Nov 06 20:15:03 2010 +0000
@@ -44,7 +44,8 @@
 	void CheckExternalCommands();
 	void FindExternalCommandsL();
 	void AppendExternalCommandsL(const TUidType& aUidType, const TDesC& aExtension);
-	void DoAppendExternalCommandsL(const TEntry& aEntry, const TUidType& aUidType, const TDesC& aExtension);
+	void AppendExternalCifCommandsL();
+	void DoAppendExternalCommandL(const TEntry& aEntry, TInt aUid);
 	void WaitLC() const;
 	TInt FindCommandL(const TDesC& aCommandName);
 	MCommand* DoCreateCommandL(const TDesC& aCommandName, const TDesC& aArguments, RProcess& aProcess);