messagingapp/msgservices/msgserviceapp/inc/msgservicewindow.h
changeset 56 f42d9a78f435
parent 37 518b245aa84c
child 62 fdbe8253b596
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
    24 class MsgViewInterface;
    24 class MsgViewInterface;
    25 class MsgStoreHandler;
    25 class MsgStoreHandler;
    26 class MsgServiceViewManager;
    26 class MsgServiceViewManager;
    27 class MsgShareUiInterface;
    27 class MsgShareUiInterface;
    28 class MsgSendInterface;
    28 class MsgSendInterface;
       
    29 class MsgUriHandlerInterface;
    29 
    30 
    30 class MsgServiceWindow : public HbMainWindow
    31 class MsgServiceWindow : public HbMainWindow
    31     {
    32     {
    32     Q_OBJECT
    33     Q_OBJECT
    33     
    34     
    58     /**
    59     /**
    59      * View interface object
    60      * View interface object
    60      * Owned
    61      * Owned
    61      */
    62      */
    62     MsgShareUiInterface*  mShareUiInterface;
    63     MsgShareUiInterface*  mShareUiInterface;
       
    64 
       
    65     /**
       
    66      * URI handler interface object
       
    67      * Owned
       
    68      */
       
    69     MsgUriHandlerInterface*  mUriInterface;
    63     
    70     
    64     /**
    71     /**
    65      * Message store handler
    72      * Message store handler
    66      * Owned.
    73      * Owned.
    67      */
    74      */