featuremgmt/featuremgr/src/inc/featmgrclientserver.h
changeset 14 15018f1726c7
parent 0 08ec8eefde2f
equal deleted inserted replaced
1:c084286672be 14:15018f1726c7
    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 	*
   168     
   171     
   169     /**
   172     /**
   170     * Software Installation ended
   173     * Software Installation ended
   171     * 
   174     * 
   172     */ 
   175     */ 
   173     EFeatMgrSWIEnd 
   176     EFeatMgrSWIEnd,
       
   177     
       
   178     EFeatMgrResourceMark,
       
   179     EFeatMgrResourceCheck,
       
   180     EFeatMgrResourceCount,
       
   181     EFeatMgrSetHeapFailure
       
   182     
   174     };
   183     };
   175 
   184 
   176 
   185 
   177 
   186 
   178 #endif  // FEATMGRCLIENTSERVER_H
   187 #endif  // FEATMGRCLIENTSERVER_H