svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp
branchRCL_3
changeset 18 b52e29b42806
parent 13 95afc90a94ae
equal deleted inserted replaced
15:d240fe32a15c 18:b52e29b42806
    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;