iptel_plat/cch_server_api/inc/cchservice.h
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 0 a4daefaec16c
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <ecom/ecom.h>
    25 #include <ecom/ecom.h>
    26 #include <cchclientserver.h>
    26 #include <cchclientserver.h>
    27 
    27 
    28 #include "CCHServiceObserver.h"
    28 #include "cchserviceobserver.h"
    29 
    29 
    30 
    30 
    31 // CONSTANTS
    31 // CONSTANTS
    32 /** Interface UID of this ECOM interface*/
    32 /** Interface UID of this ECOM interface*/
    33 const TUid KCCHConnectivityPluginIFUid = { 0x10275457 };
    33 const TUid KCCHConnectivityPluginIFUid = { 0x10275457 };
   233 
   233 
   234     inline CCchService();
   234     inline CCchService();
   235     
   235     
   236     };
   236     };
   237 
   237 
   238 #include "CCHService.inl"
   238 #include "cchservice.inl"
   239 
   239 
   240 #endif // C_CCHSERVICE_H
   240 #endif // C_CCHSERVICE_H
   241 
   241 
   242 // End of file
   242 // End of file