controlpanelplugins/themeplugin/src/cpthemeclientsymbian_p.cpp
changeset 17 4a9568303383
parent 15 cc79acdc26cb
equal deleted inserted replaced
15:cc79acdc26cb 17:4a9568303383
    13  *
    13  *
    14  * Description:  
    14  * Description:  
    15  *   
    15  *   
    16  */
    16  */
    17 
    17 
    18 #include "cpthemeclientsymbian_p.h"
    18 #include "cpthemeclient_p_p.h"
    19 #include "cpthemesymbiancommon_p.h"
    19 #include "cpthemesymbiancommon_p.h"
    20 #include <e32property.h>
    20 #include <e32property.h>
    21 
    21 
    22 
    22 
    23 /**
    23 /**
    38 }
    38 }
    39 
    39 
    40 /**
    40 /**
    41 Indicates a connection to the server
    41 Indicates a connection to the server
    42 */
    42 */
    43 bool CpThemeClientPrivate::isConnected()
    43 bool CpThemeClientPrivate::isConnected() const
    44 {
    44 {
    45     return true;
    45     return true;
    46 }
    46 }
    47 
    47 
    48 /**
    48 /**