radioengine/utils/api/radioengineutils.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 28 075425b8d9a4
child 38 f8c3d4e6102c
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    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