activityfw/activitydatabase/hsactivitydbserver/inc/hsactivityserver.h
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef HSACTIVITYSERVER_H
    18 #ifndef HSACTIVITYSERVER_H
    19 #define HSACTIVITYSERVER_H
    19 #define HSACTIVITYSERVER_H
    30 public:
    30 public:
    31     /**
    31     /**
    32      * Constructor
    32      * Constructor
    33      * @param storage - reference to initialized activity storage
    33      * @param storage - reference to initialized activity storage
    34      */
    34      */
    35     HsActivityServer(HsActivityDbClientInterface& storage);
    35     HsActivityServer(HsActivityDbClientInterface &storage);
    36     
    36 
    37     /**
    37     /**
    38      * Destructor
    38      * Destructor
    39      */
    39      */
    40     ~HsActivityServer();
    40     ~HsActivityServer();
    41     
    41 
    42     /**
    42     /**
    43      * Function establish server and initialize listening proces
    43      * Function establish server and initialize listening proces
    44      * @return true on succees, false otherwise 
    44      * @return true on succees, false otherwise
    45      */
    45      */
    46     bool start();
    46     bool start();
    47 private:
    47 private:
    48     /**
    48     /**
    49      * Private server implementation
    49      * Private server implementation
    50      */
    50      */
    51     HsActivityServerPrivate* d_ptr;
    51     HsActivityServerPrivate *d_ptr;
    52 };
    52 };
    53 
    53 
    54 #endif //HSACTIVITYSERVER_H
    54 #endif //HSACTIVITYSERVER_H