00001 /* 00002 /-------------------------------------------------------------------- 00003 | 00004 | $Id: plprognot.h,v 1.1 2004/05/21 21:02:53 maxx Exp $ 00005 | 00006 | Copyright (c) 1996-1998 Ulrich von Zadow 00007 | 00008 \-------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef INCL_PLPROGNOT 00012 #define INCL_PLPROGNOT 00013 00015 class PLIProgressNotification 00016 { 00017 public: 00019 virtual void OnProgress 00020 ( double Part 00021 ) = 0; 00022 }; 00023 00024 #endif 00025 /* 00026 /-------------------------------------------------------------------- 00027 | 00028 | $Log: plprognot.h,v $ 00029 | Revision 1.1 2004/05/21 21:02:53 maxx 00030 | Initial Version of vuVolume, moderatly changed to make it compile on my windows and linux machine. 00031 | 00032 | Revision 1.1 2002/11/13 01:58:22 mspindle 00033 | *** empty log message *** 00034 | 00035 | Revision 1.1 2001/09/16 19:03:22 uzadow 00036 | Added global name prefix PL, changed most filenames. 00037 | 00038 | 00039 \-------------------------------------------------------------------- 00040 */