mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +02:00
revert tweaks
This commit is contained in:
parent
989e087701
commit
514f43c6cc
1 changed files with 0 additions and 7 deletions
|
@ -19,10 +19,6 @@
|
||||||
#include <ThreadedAssignment.h>
|
#include <ThreadedAssignment.h>
|
||||||
#include <EnvironmentData.h>
|
#include <EnvironmentData.h>
|
||||||
|
|
||||||
class OctreeServer;
|
|
||||||
class OctreeQueryNode;
|
|
||||||
class OctreeSendThread;
|
|
||||||
|
|
||||||
#include "OctreePersistThread.h"
|
#include "OctreePersistThread.h"
|
||||||
#include "OctreeSendThread.h"
|
#include "OctreeSendThread.h"
|
||||||
#include "OctreeServerConsts.h"
|
#include "OctreeServerConsts.h"
|
||||||
|
@ -30,9 +26,6 @@ class OctreeSendThread;
|
||||||
|
|
||||||
const int DEFAULT_PACKETS_PER_INTERVAL = 2000; // some 120,000 packets per second total
|
const int DEFAULT_PACKETS_PER_INTERVAL = 2000; // some 120,000 packets per second total
|
||||||
|
|
||||||
//class OctreeServer;
|
|
||||||
//typedef QSharedPointer<OctreeServer> SharedOctreeServerPointer;
|
|
||||||
|
|
||||||
/// Handles assignments of type OctreeServer - sending octrees to various clients.
|
/// Handles assignments of type OctreeServer - sending octrees to various clients.
|
||||||
class OctreeServer : public ThreadedAssignment, public HTTPRequestHandler {
|
class OctreeServer : public ThreadedAssignment, public HTTPRequestHandler {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue