/*
    ####             #    #     # #
    #   #            #    #       #          The FreeWare C library for 
    #   #  ##   ###  #  # #     # ###             RISC OS machines
    #   # #  # #     # #  #     # #  #   ___________________________________
    #   # ####  ###  ##   #     # #  #                                      
    #   # #        # # #  #     # #  #    Please refer to the accompanying
    ####   ### ####  #  # ##### # ###    documentation for conditions of use
    ________________________________________________________________________

    File:    Event.taskname.c
    Author:  Copyright  1992, 1993, 1994 John Winters
             (mucked about by Jason Williams and Tim Browse)
             (and by Julian Smith)
    Version: 1.01 (05 Jun 1995)
    Purpose: Defines 'Desk_Event_taskname'.
    Mods:    26 Sep 1995 JS Moved Desk_Event__Ref_taskname to this source file.


*/

#include "Desk.Event.h"

const char*            Desk_Event_taskname = "";

#ifdef _DLL
char            *Desk_Event__Ref_taskname( void)    { return Desk_Event_taskname;     }
#endif
