refs #325, refs #330 fixed apply method to return list of changed properties

* changed CValueObject apply
* created CIndexPropertyList
* renamed CIndexVariantMap to CPropertyIndexVariantMap
This commit is contained in:
Klaus Basan
2014-10-02 15:57:33 +02:00
parent 88951318de
commit 4b50134d2a
26 changed files with 276 additions and 132 deletions

View File

@@ -196,7 +196,7 @@ namespace BlackMiscTest
/*
* Receive value map
*/
void Testservice::receiveValueMap(const BlackMisc::CIndexVariantMap &valueMap) const
void Testservice::receiveValueMap(const BlackMisc::CPropertyIndexVariantMap &valueMap) const
{
qDebug() << "Pid:" << ServiceTool::getPid() << "Received value map:" << valueMap;
}
@@ -269,7 +269,7 @@ namespace BlackMiscTest
/*
* Ping index variant map
*/
CIndexVariantMap Testservice::pingIndexVariantMap(const CIndexVariantMap &indexVariantMap)
CPropertyIndexVariantMap Testservice::pingIndexVariantMap(const CPropertyIndexVariantMap &indexVariantMap)
{
qDebug() << "Pid:" << ServiceTool::getPid() << "ping properties:" << indexVariantMap;
return indexVariantMap;