X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_status.h;h=381fd665bf57ae41dc585e0ee1bcab8fda9962ff;hb=e0dedc46e8ab6b258be81887689b0c0fd60def0c;hp=2683e9612a6ba5d8062901518d1826a584e315ff;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index 2683e96..381fd66 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -1,9 +1,11 @@ +#ifdef THIS_CODE_IS_NOT_USED /*! ======================================================================== ** Extended Template Library ** Status Callback Class Implementation -** $Id: _status.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -24,8 +26,8 @@ /* === S T A R T =========================================================== */ -#ifndef __ETL_STATUS_H -#define __ETL_STATUS_H +#ifndef __ETL__STATUS_H +#define __ETL__STATUS_H /* === H E A D E R S ======================================================= */ @@ -44,6 +46,7 @@ public: virtual bool task(const std::string &task) { return true; } +#warning this task(task) thing looks wrong, but the code isn't used, so let's not worry virtual void push_task(const std::string &task,int start=0, int end=100, int total=100) { task(task); } virtual void pop_task() { return; } @@ -63,4 +66,4 @@ _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif - +#endif /* THIS_CODE_IS_NOT_USED */