common/radio_global.h
changeset 33 11b6825f0862
parent 28 075425b8d9a4
child 36 ba22309243a1
child 41 3a6b55c6390c
--- a/common/radio_global.h	Wed Jun 23 18:12:57 2010 +0300
+++ b/common/radio_global.h	Tue Jul 06 14:16:27 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