Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skScriptedExecutable.h

00001 /*
00002   Copyright 1996-2001
00003   Simon Whiteside
00004 
00005 * $Id: skScriptedExecutable.h,v 1.13 2001/10/29 18:17:25 sdw Exp $
00006 */
00007 
00008 #ifndef skSCRIPTEDEXECUTABLE_H
00009 #define skSCRIPTEDEXECUTABLE_H
00010 
00011 #include "skTreeNodeObject.h"
00012 
00017 class CLASSEXPORT skScriptedExecutable : public skTreeNodeObject
00018 { 
00019  public:
00023   skScriptedExecutable(const skString& filename);
00027   virtual ~skScriptedExecutable();
00028  private:
00032   skScriptedExecutable(const skScriptedExecutable&);
00036   skScriptedExecutable& operator=(const skScriptedExecutable&);
00037 };
00038 #endif

Generated on Tue Nov 20 17:56:21 2001 for Simkin by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001