I18N - Record

- Localized Record object.
- Remove copy ctor, operator= from Duration - unnecessary.
This commit is contained in:
Paul Beckingham 2009-06-06 22:06:02 -04:00
parent 36d4ecab43
commit db52cf7327
5 changed files with 23 additions and 32 deletions

View file

@ -34,9 +34,7 @@ class Duration
{
public:
Duration (); // Default constructor
Duration (const Duration&); // Copy constructor
Duration (const std::string&); // Parse
Duration& operator= (const Duration&); // Assignment operator
bool operator< (const Duration&);
bool operator> (const Duration&);
~Duration (); // Destructor