devsound/a3fdevsound/inc/mmfaudioserverinterface.h
changeset 6 fe9d1bf55678
parent 0 b8ed18f6c07b
equal deleted inserted replaced
5:b220a9341636 6:fe9d1bf55678
    40 	{
    40 	{
    41 public:
    41 public:
    42 	/**
    42 	/**
    43 	Constructs and returns a pointer to a new CAudioSvrLoader object.
    43 	Constructs and returns a pointer to a new CAudioSvrLoader object.
    44 	Leaves on failure. 
    44 	Leaves on failure. 
       
    45 	@param aStayOpen optional parameter to control whether or not the server should stay open permanently, defaults to EFalse
    45 	@return CAudioSvrLoader* - on success, pointer to new class instance. 
    46 	@return CAudioSvrLoader* - on success, pointer to new class instance. 
    46 	*/	
    47 	*/	
    47 	IMPORT_C static CAudioSvrLoader* NewL();
    48 	IMPORT_C static CAudioSvrLoader* NewL();
       
    49 	IMPORT_C static CAudioSvrLoader* NewL(TBool aStayOpen);
    48 	/**
    50 	/**
    49 	Destructor.
    51 	Destructor.
    50 	*/
    52 	*/
    51 	~CAudioSvrLoader();
    53 	~CAudioSvrLoader();
    52 protected:
    54 protected: