00001 /* 00002 Copyright 1996-2001 00003 Simon Whiteside 00004 00005 * $Id: skStatStepper.h,v 1.2 2001/10/29 18:17:25 sdw Exp $ 00006 */ 00007 #ifndef skSTATSTEPPER_H 00008 #define skSTATSTEPPER_H 00009 00010 #include "skRValueTable.h" 00011 00017 class CLASSEXPORT skStatStepper { 00018 public: 00022 virtual void statementExecuted(const skString& location, int line_num,skRValueTable& local_vars)=0; 00023 }; 00024 #endif