applayerpluginsandutils/httptransportplugins/httptransporthandler/chttptransportlayer.h
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
--- 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"