first attempt at url handling in octree server

This commit is contained in:
Liv 2017-07-20 14:00:51 -07:00
parent bdb12c38cf
commit 4ba9b08125
3 changed files with 4 additions and 3 deletions

View file

@ -965,7 +965,8 @@ void OctreeServer::handleOctreeFileReplacement(QSharedPointer<ReceivedMessage> m
} else { } else {
qWarning() << "Could not write replacement octree data to file - refusing to process"; qWarning() << "Could not write replacement octree data to file - refusing to process";
} }
} else { }
else {
qDebug() << "Received replacement octree file that is invalid - refusing to process"; qDebug() << "Received replacement octree file that is invalid - refusing to process";
} }
} else { } else {

View file

@ -2850,4 +2850,4 @@ void DomainServer::handleOctreeFileReplacement(QByteArray octreeFile) {
limitedNodeList->sendPacketList(std::move(octreeFilePacketList), *octreeNode); limitedNodeList->sendPacketList(std::move(octreeFilePacketList), *octreeNode);
}); });
} }

View file

@ -1166,7 +1166,7 @@ bool EntityScriptingInterface::actionWorker(const QUuid& entityID,
} }
void EntityScriptingInterface::replaceDomainContentSet(const QString url){ void EntityScriptingInterface::replaceDomainContentSet(const QString url){
} }
QUuid EntityScriptingInterface::addAction(const QString& actionTypeString, QUuid EntityScriptingInterface::addAction(const QString& actionTypeString,