Enhancement - all attribute modifiers working

- Implemented before, below, under, after, above, over.
This commit is contained in:
Paul Beckingham
2009-06-20 15:37:01 -04:00
parent 3bed6bb573
commit cbecec263a
5 changed files with 97 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ class Duration
{
public:
Duration (); // Default constructor
Duration (time_t); // Default constructor
Duration (const std::string&); // Parse
bool operator< (const Duration&);
bool operator> (const Duration&);