svgtopt/SVGTPlugin/src/RepositoryVolumeListener.cpp
branchRCL_3
changeset 13 95afc90a94ae
parent 2 0c844a8549ae
child 18 b52e29b42806
equal deleted inserted replaced
11:81aabfdef1e5 13:95afc90a94ae
    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;