mmsharing/livecommsui/lcui/inc/lcuidefs.h
changeset 39 4bcc59142325
parent 26 5554410e16f5
--- a/mmsharing/livecommsui/lcui/inc/lcuidefs.h	Fri Sep 17 08:28:43 2010 +0300
+++ b/mmsharing/livecommsui/lcui/inc/lcuidefs.h	Mon Oct 04 00:13:53 2010 +0300
@@ -157,5 +157,8 @@
 const char lcEffectWinSwapUpId[] = "swapUp";
 
 const char lcEffectWinDefaultCallback[] = "windowDisappearComplete";
+const int  lcVolumeMax = 10;
+const int  lcVolumeMin = 0;
+const int  lcVolSliderTimeOut = 10000; // TBD: Define value as per UI specs currently missing.
 
 #endif /* LCUIDEFS_H_ */