common/radio_global.h
changeset 34 bc10a61bd7d3
parent 28 075425b8d9a4
child 36 ba22309243a1
child 41 3a6b55c6390c
--- a/common/radio_global.h	Fri Jun 11 13:38:32 2010 +0300
+++ b/common/radio_global.h	Fri Jun 25 19:09:05 2010 +0300
@@ -36,6 +36,14 @@
  */
 const int MAXIMUM_VOLUME_LEVEL = 20;
 
+/**
+ * Default volume level that is used when no previous setting exists
+ */
+const int DEFAULT_VOLUME_LEVEL = 4;
+
+/**
+ * Roles used when interacting with the radio station model
+ */
 namespace RadioRole
 {
     enum Role