equal
deleted
inserted
replaced
11 // |
11 // |
12 #include <fshell/common.mmh> |
12 #include <fshell/common.mmh> |
13 #include <e32notif.h> |
13 #include <e32notif.h> |
14 #include <e32ver.h> |
14 #include <e32ver.h> |
15 |
15 |
16 #ifndef FSHELL_WSERV_SUPPORT |
16 #if !defined(FSHELL_WSERV_SUPPORT) || !defined(FSHELL_MEMORY_ACCESS_SUPPORT) |
17 |
17 |
18 EXPORT_C TInt StartNotifierProxyThreadFunction(TAny*) |
18 EXPORT_C TInt StartNotifierProxyThreadFunction(TAny*) |
19 { |
19 { |
20 return KErrNotSupported; |
20 return KErrNotSupported; |
21 } |
21 } |