libraries/qr3/src/NotifierProxy.cpp
changeset 69 849a0b46c767
parent 0 7f656887cf89
equal deleted inserted replaced
68:6a26ca985d90 69:849a0b46c767
    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 	}