src/hbservers/hbthemeserver/hbthemeserver.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    58     }
    58     }
    59     TRAPD(error, themeServer->StartL(KThemeServerName));
    59     TRAPD(error, themeServer->StartL(KThemeServerName));
    60     if (KErrNone == error) {
    60     if (KErrNone == error) {
    61         success = true;
    61         success = true;
    62     } else {
    62     } else {
    63 #ifdef THEME_SERVER_TRACES
    63         THEME_GENERIC_DEBUG() << Q_FUNC_INFO << "Error Starting SERVER";
    64         qDebug() << Q_FUNC_INFO << "Error Starting SERVER";
       
    65 #endif
       
    66     }
    64     }
    67 
    65 
    68     // Parses the device profiles and device modes and stores in the
    66     // Parses the device profiles and device modes and stores in the
    69     // shared memory.
    67     // shared memory.
    70     HbThemeServerUtils::createDeviceProfileDatabase();
    68     HbThemeServerUtils::createDeviceProfileDatabase();