Skip to content

Instantly share code, notes, and snippets.

@Rolias
Rolias / TaskBase.cpp
Created June 7, 2011 22:08
TaskBase - Parent class for all tasks started in NetBurner
/*
* TaskBase.cpp
*
* Created on: Mar 2, 2010
* Author: Tod Gentille
* Syncor Systems, Inc.
*/
#include "TaskBase.h"
#include <iostream>