mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 17:05:57 +08:00
* changed CValueObject apply * created CIndexPropertyList * renamed CIndexVariantMap to CPropertyIndexVariantMap
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user