/********************************************************************
* COPYRIGHT:
- * Copyright (c) 2002-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
#include "unicode/tstdtmod.h"
#include "unicode/datamap.h"
+
/** This is the class that abstracts one of the tests in a data file
* It is usually instantiated using TestDataModule::CreateTestData method
* This class provides two important methods: nextSettings and nextCase
private:
// RBTestData() {};
// RBTestData(const RBTestData& original) {};
- RBTestData& operator=(const RBTestData& /*original*/) {return *this;};
+ RBTestData& operator=(const RBTestData& /*original*/);
public:
virtual ~RBTestData();
};
#endif
+