radioengine/utils/api/radioengineutils.h
changeset 28 075425b8d9a4
parent 13 46974bebc798
child 38 f8c3d4e6102c
equal deleted inserted replaced
24:6df133bd92e1 28:075425b8d9a4
    34 class RadioEngineUtils
    34 class RadioEngineUtils
    35     {
    35     {
    36 
    36 
    37 public:
    37 public:
    38 
    38 
    39     IMPORT_C static void InitializeL( CCoeEnv* aCoeEnv = NULL );
    39     IMPORT_C static void InitializeL();
    40 
    40 
    41     IMPORT_C static void Release();
    41     IMPORT_C static void Release();
    42 
    42 
    43     IMPORT_C static MRadioEngineLogger* Logger();
    43     IMPORT_C static MRadioEngineLogger* Logger();
    44 
       
    45     /**
       
    46      * Return the cone environment
       
    47      *
       
    48      * @return Pointer to CCoeEnv
       
    49      */
       
    50     IMPORT_C static CCoeEnv* Env();
       
    51 
    44 
    52     /**
    45     /**
    53      * Returns the file server session
    46      * Returns the file server session
    54      *
    47      *
    55      * @return Reference to file server session
    48      * @return Reference to file server session