Ignore:
Timestamp:
May 30, 2010, 7:50:59 PM (14 years ago)
Author:
Torben Dannhauer
Message:

updated cluster functionality to allow build with any cluster module selected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/cluster/dataIO_clusterDummy.cpp

    r31 r59  
    1717#include "dataIO_clusterDummy.h"
    1818
    19 #include "memoryLeakDetection.h"
     19using namespace osgVisual;
    2020
    2121dataIO_clusterDummy::dataIO_clusterDummy()
     
    2929}
    3030
    31 void dataIO_clusterDummy::init( osg::ArgumentParser& arguments_, osgVisual::dataIO_transportContainer* sendContainer_, bool compressionEnabled_, bool asAscii_ )
     31void dataIO_clusterDummy::init( osg::ArgumentParser& arguments_, clustermode clusterMode_, osgVisual::dataIO_transportContainer* sendContainer_, bool compressionEnabled_, bool asAscii_ )
    3232{
    3333        sendContainer = sendContainer_;
Note: See TracChangeset for help on using the changeset viewer.