Code Cleanup

- Merging Record and Task objects, step 4.
This commit is contained in:
Paul Beckingham 2011-08-07 17:03:39 -04:00
parent 740cacc49f
commit 6f980490bd
4 changed files with 16 additions and 34 deletions

View file

@ -28,10 +28,13 @@
#define INCLUDED_TASK
#define L10N // Localization complete.
#include <vector>
#include <map>
#include <string>
#include <Record.h>
#include <stdio.h>
#include <Att.h>
class Task : public Record
class Task : public std::map <std::string, Att>
{
public:
Task (); // Default constructor