/* -*-c++-*- osgVisual - Copyright (C) 2009-2010 Torben Dannhauer * * This library is based on OpenSceneGraph, open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * included with this distribution, and on the openscenegraph.org website. * * osgVisual requires for some proprietary modules a license from the correspondig manufacturer. * You have to aquire licenses for all used proprietary modules. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ #include "..\..\include\cluster\dataIO_clusterAsioTcpIostream.h" using namespace osgVisual; dataIO_clusterAsioTcpIostream::dataIO_clusterAsioTcpIostream() { } dataIO_clusterAsioTcpIostream::~dataIO_clusterAsioTcpIostream(void) { } void dataIO_clusterAsioTcpIostream::init( osg::ArgumentParser& arguments_, osgVisual::dataIO_transportContainer* sendContainer_, bool compressionEnabled_, bool asAscii_ ) { } void dataIO_clusterAsioTcpIostream::shutdown() { } bool dataIO_clusterAsioTcpIostream::sendTO_OBJvaluesToSlaves() { return true; } bool dataIO_clusterAsioTcpIostream::readTO_OBJvaluesFromMaster() { return true; } void dataIO_clusterAsioTcpIostream::reportAsReadyToSwap() { } bool dataIO_clusterAsioTcpIostream::waitForSwap() { return true; } bool dataIO_clusterAsioTcpIostream::waitForAllReadyToSwap() { return true; } bool dataIO_clusterAsioTcpIostream::sendSwapCommand() { return true; }