From 5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 May 2012 16:41:06 +0200 Subject: Cleaned up CommandLineArgs * Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb --- ucbhelper/inc/ucbhelper/configurationkeys.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/inc/ucbhelper/configurationkeys.hxx b/ucbhelper/inc/ucbhelper/configurationkeys.hxx index d99f5788c1d3..2fe5d8ae352d 100644 --- a/ucbhelper/inc/ucbhelper/configurationkeys.hxx +++ b/ucbhelper/inc/ucbhelper/configurationkeys.hxx @@ -34,12 +34,7 @@ accessed in the configuration database. */ #define UCB_CONFIGURATION_KEY1_LOCAL "Local" -#define UCB_CONFIGURATION_KEY1_SERVER "Server" -#define UCB_CONFIGURATION_KEY2_UNIVERSAL_CONTENT_BROKER \ - "UniversalContentBroker" #define UCB_CONFIGURATION_KEY2_OFFICE "Office" -#define UCB_CONFIGURATION_KEY2_WEB_SERVER "WebServer" -#define UCB_CONFIGURATION_KEY2_CLIENT_ACCESS "ClientAccess" #endif // _UCBHELPER_CONFIGURATIONKEYS_HXX_ -- cgit