diff -r a2a70ce3d4e8 -r 5f1cd966e0d9 applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h --- a/applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h Thu Jul 15 19:14:59 2010 +0300 +++ b/applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h Thu Aug 19 10:27:19 2010 +0300 @@ -79,6 +79,15 @@ */ TUid iDtor_ID_Key; +public: // enums + + enum THttpDialogMode + { + ETHttpDialogModeUnattended = 0, + ETHttpDialogModeAttended = 1, + ETHttpDialogModeAllowAutomatic = 2 + }; + }; #include "chttptransportlayer.inl"