devicesrv_plat/accessory_policy_usb_audio_api/inc/accpolaudiocontrolbase.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
    47 public:
    47 public:
    48 
    48 
    49     /**
    49     /**
    50      * Destructor.
    50      * Destructor.
    51      */
    51      */
    52     virtual ~CAccPolAudioControlBase();
    52     IMPORT_C virtual ~CAccPolAudioControlBase();
    53 
    53 
    54     /**
    54     /**
    55      * Assign operator for audio control base class.
    55      * Assign operator for audio control base class.
    56      *
    56      *
    57      * @param CAccPolAudioControlBase, Const reference to object to be copied.
    57      * @param CAccPolAudioControlBase, Const reference to object to be copied.
   110 protected:
   110 protected:
   111 
   111 
   112     /**
   112     /**
   113      * C++ default constructor.
   113      * C++ default constructor.
   114      */
   114      */
   115     CAccPolAudioControlBase( TTopologyConObjectType aObjectType,
   115     IMPORT_C CAccPolAudioControlBase( TTopologyConObjectType aObjectType,
   116         CAccPolObjectCon* aObject = NULL );
   116         CAccPolObjectCon* aObject = NULL );
   117 
   117 
   118     /**
   118     /**
   119      * C++ default constructor.
   119      * C++ default constructor.
   120      */
   120      */
   121     CAccPolAudioControlBase( TTopologyConObjectType aObjectType,
   121     IMPORT_C CAccPolAudioControlBase( TTopologyConObjectType aObjectType,
   122         TUint32 aChannel );
   122         TUint32 aChannel );
   123 
   123 
   124 private:
   124 private:
   125 
   125 
   126     /**
   126     /**