Added init request handling for non-hosts

osparallelconnection is no longer a property owner
This commit is contained in:
Joakim Kilby
2015-06-23 11:33:20 +02:00
parent 77720b6985
commit b6bd205304
2 changed files with 20 additions and 5 deletions

View File

@@ -26,8 +26,6 @@
#define __OSPARALLELCONNECTION_H__
//openspace includes
#include <openspace/properties/stringproperty.h>
#include <openspace/properties/propertyowner.h>
#include <openspace/scripting/scriptengine.h>
#include <openspace/util/powerscaledcoordinate.h>
@@ -95,11 +93,10 @@ namespace openspace{
//timestamp
size = sizeof(_timeStamp);
memcpy(&_timeStamp, buffer.data() + offset, size);
offset += size;
};
};
class OSParallelConnection : public properties::PropertyOwner {
class OSParallelConnection{
public:
OSParallelConnection();