wlan_bearer/wlannwif/inc/NifWLMServerIf.h
changeset 17 41a8eba36f74
parent 0 c40eb8fe8501
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    15 *    Defines class for interaction with WLMServer for Admission control purpose
    15 *    Defines class for interaction with WLMServer for Admission control purpose
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 /*
    19 /*
    20 * %version: 8 %
    20 * %version: 9 %
    21 */
    21 */
    22 
    22 
    23 #ifndef __NIFWLMSERVERIF_H__
    23 #ifndef __NIFWLMSERVERIF_H__
    24 #define __NIFWLMSERVERIF_H__
    24 #define __NIFWLMSERVERIF_H__
    25 
    25 
   220 
   220 
   221 /**
   221 /**
   222  * This class implements the callback interface for
   222  * This class implements the callback interface for
   223  * asynchronous notifications from WLAN engine.  
   223  * asynchronous notifications from WLAN engine.  
   224  */
   224  */
   225 NONSHARABLE_CLASS ( CLANNifWLMServerCommon ) : public MWLMNotify
   225 NONSHARABLE_CLASS ( CLANNifWLMServerCommon ) :
       
   226     public CBase,
       
   227     public MWLMNotify
   226     {
   228     {
   227 
   229 
   228 public:
   230 public:
   229 
   231 
   230     /**
   232     /**