featuremgmt/featuremgr/src/inc/featmgrclientserver.h
branchRCL_3
changeset 6 5ffdb8f2067f
parent 0 08ec8eefde2f
child 8 fa9941cf3867
equal deleted inserted replaced
2:6862383cf555 6:5ffdb8f2067f
    26 #include "featurepanics.h"
    26 #include "featurepanics.h"
    27 
    27 
    28 // DATA TYPES
    28 // DATA TYPES
    29 
    29 
    30 // Opcodes used in message passing between client and server
    30 // Opcodes used in message passing between client and server
       
    31 // Important:   Make sure IsWriteOperation function of CFeatMgrSession
       
    32 //              is updated if a new enum for function that will modify
       
    33 //              feature (write operation) is added. 
    31 enum TFeatMgrServRequest
    34 enum TFeatMgrServRequest
    32     {
    35     {
    33 	/**
    36 	/**
    34 	* Fetches information whether a certain feature is supported.
    37 	* Fetches information whether a certain feature is supported.
    35 	*
    38 	*