equal
deleted
inserted
replaced
570 void Validate(const TCommandArgument& aArgument); |
570 void Validate(const TCommandArgument& aArgument); |
571 private: |
571 private: |
572 RArray<TCommandArgument> iArguments; |
572 RArray<TCommandArgument> iArguments; |
573 }; |
573 }; |
574 |
574 |
|
575 _LIT(KFshellCifPath, "\\resource\\cif\\fshell\\"); |
575 |
576 |
576 class CCommandInfoFile : public CBase |
577 class CCommandInfoFile : public CBase |
577 { |
578 { |
578 public: |
579 public: |
579 IMPORT_C static CCommandInfoFile* NewL(RFs& aFs, const TDesC& aFileName); |
580 IMPORT_C static CCommandInfoFile* NewL(RFs& aFs, const TDesC& aFileName); |