diff -r c0c2f28ace9c -r a0da872af3fa applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h --- a/applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h Wed Sep 01 12:21:21 2010 +0100 @@ -79,6 +79,15 @@ */ TUid iDtor_ID_Key; +public: // enums + + enum THttpDialogMode + { + ETHttpDialogModeUnattended = 0, + ETHttpDialogModeAttended = 1, + ETHttpDialogModeAllowAutomatic = 2 + }; + }; #include "chttptransportlayer.inl"