vtprotocols/inc/cdatasourceproxy.h
branchRCL_3
changeset 49 8e703580edd3
parent 40 7fb4a99d4b6b
equal deleted inserted replaced
40:7fb4a99d4b6b 49:8e703580edd3
    46     public: //New
    46     public: //New
    47         /**
    47         /**
    48          * Constructor.
    48          * Constructor.
    49          */
    49          */
    50         CPVCameraSourceNodeProxy();
    50         CPVCameraSourceNodeProxy();
    51         /**
       
    52          * destructor.
       
    53          */
       
    54         ~CPVCameraSourceNodeProxy();//add for memory leak
       
    55         
    51         
    56         /**
    52         /**
    57          * Set consumer object.
    53          * Set consumer object.
    58          * @param aConsumer new object
    54          * @param aConsumer new object
    59          */
    55          */
   294     public: //new
   290     public: //new
   295         /**
   291         /**
   296          * Constructor.
   292          * Constructor.
   297          */
   293          */
   298         CVideoSourceProxy(MVTVideoSource* aVideoSource);
   294         CVideoSourceProxy(MVTVideoSource* aVideoSource);
   299         
       
   300         /**
       
   301          * destructor.
       
   302          */
       
   303         ~CVideoSourceProxy();//add for memory leak
       
   304         
       
   305         /**
   295         /**
   306          * ConstructL.
   296          * ConstructL.
   307          */
   297          */
   308         void ConstructL( );
   298         void ConstructL( );
   309         
   299