common/radio_global.h
changeset 38 f8c3d4e6102c
parent 36 ba22309243a1
child 39 ac7857bd5fdb
--- a/common/radio_global.h	Thu Jul 08 12:44:18 2010 +0300
+++ b/common/radio_global.h	Fri Jul 23 10:16:59 2010 +0300
@@ -42,6 +42,14 @@
 const int DEFAULT_VOLUME_LEVEL = 4;
 
 /**
+ * UIDs for checking the offline mode
+ * Values copied from CoreApplicationUIsSDKCRKeys.h
+ */
+const long int CENREP_CORE_APPLICATION_UIS = 0x101F876C;
+const unsigned long int ID_NETWORK_CONNECTION_ALLOWED = 0x00000001;
+enum NetworkConnectionAllowed { NetworkNotAllowed = 0, NetworkAllowed };
+
+/**
  * Roles used when interacting with the radio station model
  */
 namespace RadioRole