rename CStreamable to CValueObject

refs #81
This commit is contained in:
Klaus Basan
2013-12-10 19:31:28 +00:00
committed by Mathew Sutcliffe
parent c6da7b0d35
commit ded6fc012e
9 changed files with 286 additions and 212 deletions

View File

@@ -6,7 +6,7 @@
#ifndef BLACKMISC_MATHMATRIXBASE_H
#define BLACKMISC_MATHMATRIXBASE_H
#include "blackmisc/streamable.h"
#include "blackmisc/valueobject.h"
#include "blackmisc/mathvector3dbase.h"
#include <QGenericMatrix>
#include <QDBusMetaType>
@@ -19,7 +19,7 @@ namespace BlackMisc
/*!
* \brief Base functionality of a matrix
*/
template<class ImplMatrix, int Rows, int Columns> class CMatrixBase : public BlackMisc::CStreamable
template<class ImplMatrix, int Rows, int Columns> class CMatrixBase : public BlackMisc::CValueObject
{
private:
/*!