Added a #warning about some bad code in an unused source file, just in case it ever...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 8 Sep 2007 16:33:16 +0000 (16:33 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 8 Sep 2007 16:33:16 +0000 (16:33 +0000)
git-svn-id: http://svn.voria.com/code@634 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/_status.h

index c56f946..6628ae3 100644 (file)
@@ -45,6 +45,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; }