equal
deleted
inserted
replaced
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 |