svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp
changeset 2 0c844a8549ae
parent 0 d46562c3d99d
child 13 95afc90a94ae
equal deleted inserted replaced
1:bfff372fb1f4 2:0c844a8549ae
    21 
    21 
    22 
    22 
    23 #include "RepositoryVolumeListener.h"
    23 #include "RepositoryVolumeListener.h"
    24 //#include <SharedDataKeys.h> //include this file when KSDUidMediaVolumeControl and KMediaVolume will be needed
    24 //#include <SharedDataKeys.h> //include this file when KSDUidMediaVolumeControl and KMediaVolume will be needed
    25 //#include "epocdebug.h"
    25 //#include "epocdebug.h"
    26 #include <BrowserUiSDKCRKeys.h>
    26 #include <browseruisdkcrkeys.h>
    27 #include "MRepositoryVolumeObserver.h"
    27 #include "MRepositoryVolumeObserver.h"
    28 
    28 
    29 CRepositoryVolumeListener* CRepositoryVolumeListener::NewL(MRepositoryVolumeObserver* aObserver)
    29 CRepositoryVolumeListener* CRepositoryVolumeListener::NewL(MRepositoryVolumeObserver* aObserver)
    30     {
    30     {
    31     CRepositoryVolumeListener* self = new(ELeave) CRepositoryVolumeListener;
    31     CRepositoryVolumeListener* self = new(ELeave) CRepositoryVolumeListener;