2 Copyright 2004-2005 Chris Tallon
4 This file is part of VOMP.
6 VOMP is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
11 VOMP is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with VOMP; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 ULONG tag; // use this for identifying which object / question is being replied to
40 const static ULONG QUESTION_YES = 1;
41 const static ULONG CLOSE_ME = 2;
42 const static ULONG PLAY_SELECTED_RECORDING = 3;
43 const static ULONG DELETE_SELECTED_RECORDING = 4;
44 const static ULONG UPDATE_SCREEN = 5;
45 const static ULONG SWAP_ME_FOR = 6;
46 const static ULONG CHANNEL_CHANGE = 7;
47 const static ULONG RESUME_SELECTED_RECORDING = 8;
48 const static ULONG STANDBY = 9;
49 const static ULONG STOP_PLAYBACK = 10;
50 const static ULONG SERVER_SELECTED = 11;
51 const static ULONG VDR_CONNECTED = 12;
52 const static ULONG REDRAW_DATA = 13;
53 const static ULONG ADD_VIEW = 14;
54 const static ULONG CHANNEL_UP = 15;
55 const static ULONG CHANNEL_DOWN = 16;