audiostubs/devsoundextensions_stubs/restrictedaudiooutputcistub/src/RestrictedAudioOutputCIStub.cpp
changeset 27 7fd5a1cdf0d8
parent 9 f935d51494d1
equal deleted inserted replaced
20:eea8496efb72 27:7fd5a1cdf0d8
    18 
    18 
    19 #ifdef _DEBUG
    19 #ifdef _DEBUG
    20 #include <e32svr.h> // Needed for RDebug Prints
    20 #include <e32svr.h> // Needed for RDebug Prints
    21 #endif
    21 #endif
    22 #include <e32def.h>
    22 #include <e32def.h>
    23 #include "restrictedaudiooutputcistub.h"
    23 #include "RestrictedAudioOutputCIStub.h"
    24 #include <restrictedaudiooutputproxy.h>
    24 #include <RestrictedAudioOutputProxy.h>
    25 
    25 
    26 // -----------------------------------------------------------------------------
    26 // -----------------------------------------------------------------------------
    27 // CRestrictedAudioOutput::NewL
    27 // CRestrictedAudioOutput::NewL
    28 // Static function for creating an instance of the CRestrictedAudioOutputCI object.
    28 // Static function for creating an instance of the CRestrictedAudioOutputCI object.
    29 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------