00001 /*************************************************************************** 00002 kill_cell_action.h - description 00003 ------------------- 00004 begin : Wed Jan 9 2002 00005 copyright : (C) 2002 by Vlad Mereuta 00006 email : dizzy@deity.fsnet.co.uk 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifdef HAVE_CONFIG_H 00018 #include "config.h" 00019 #endif 00020 00021 #ifndef KILL_CELL_ACTION_H 00022 #define KILL_CELL_ACTION_H 00023 00024 #include <dalt_client/action.h> 00025 00026 using namespace DALT_Client; 00027 00029 class KillCellAction : public Action 00030 { 00031 public: 00032 KillCellAction(SOAPProxy* endpoint); 00033 ~KillCellAction(); 00034 }; 00035 00036 #endif