- Added declared but unimplemented copy constructors and assignment operators.
@@ -43,6 +43,9 @@ public:
TDB (); // Default constructor
~TDB (); // Destructor
TDB (const TDB&);
TDB& operator= (const TDB&);
void clear ();
void location (const std::string&);
The note is not visible to the blocked user.