devicemgmtindicatorsplugin/src/dmindicatorsplugin.cpp
changeset 52 6e38e48ee756
parent 47 d316aecb87fd
equal deleted inserted replaced
49:c34c36d1c835 52:6e38e48ee756
   104     else
   104     else
   105         {
   105         {
   106         qDebug("DMIndicatorsPlugin::accessAllowed() SecUID is not secure ");
   106         qDebug("DMIndicatorsPlugin::accessAllowed() SecUID is not secure ");
   107         return false;
   107         return false;
   108         }
   108         }
   109 #elif
   109 #else
   110     Q_UNUSED(securityInfo)
   110     Q_UNUSED(securityInfo)
   111     qDebug("DMIndicatorsPlugin::accessAllowed() not Symbian ");
   111     qDebug("DMIndicatorsPlugin::accessAllowed() not Symbian ");
   112     return false;
   112     return false;
   113     
   113     
   114 #endif
   114 #endif