FF4 - Snapshot
This commit is contained in:
@@ -33,15 +33,6 @@ T::T ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/*
|
||||
T::T (const T& other)
|
||||
{
|
||||
throw std::string ("unimplemented T::T");
|
||||
// mOne = other.mOne;
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
T::T (const std::string& input)
|
||||
{
|
||||
|
||||
@@ -34,7 +34,6 @@ class T : public Record
|
||||
{
|
||||
public:
|
||||
T (); // Default constructor
|
||||
// T (const T&); // Copy constructor
|
||||
T (const std::string&); // Parse
|
||||
T& operator= (const T&); // Assignment operator
|
||||
~T (); // Destructor
|
||||
|
||||
Reference in New Issue
Block a user