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_MATHVECTOR3DBASE_H
#define BLACKMISC_MATHVECTOR3DBASE_H
#include "blackmisc/streamable.h"
#include "blackmisc/valueobject.h"
#include "blackmisc/mathematics.h"
namespace BlackMisc
@@ -19,7 +19,7 @@ namespace BlackMisc
/*!
* \brief 3D vector base (x, y, z)
*/
template <class ImplVector> class CVector3DBase : public CStreamable
template <class ImplVector> class CVector3DBase : public CValueObject
{
private:
/*!