diff -r cfbc3a3bd32b -r b91bcc4b38e4 applayerprotocols/ftpengine/consui/FTPUI.H --- a/applayerprotocols/ftpengine/consui/FTPUI.H Mon Sep 27 10:31:51 2010 +0530 +++ b/applayerprotocols/ftpengine/consui/FTPUI.H Mon Oct 04 15:35:43 2010 +0530 @@ -37,6 +37,16 @@ */ { public: + static CFtpUI* NewL(); + static CFtpUI* NewLC(); + + ~CFtpUI(void); + +private: + CFtpUI(void); + void ConstructL(); + +public: /** Console callback Minterface */ void CmdReady(void); void Escape(void); @@ -63,8 +73,7 @@ /** Message reported by server */ void ServerMessage(const TDesC8&); /** FTP User interface specific methods */ - CFtpUI(void); - ~CFtpUI(void); + /** Execute a previously parsed command */ TBool Execute(void); void SetConsole(CConsoleBase*);