Ignore:
Timestamp:
May 30, 2010, 1:05:25 PM (14 years ago)
Author:
Torben Dannhauer
Message:

corrected cluster/dataIO_clusterUDP.h and extLink/dataIO_extLinkDummy.h and extLink/dataIO_extLinkVCL.h to be able to use it in any combination.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/extLink/dataIO_extLinkDummy.cpp

    r55 r57  
    1515*/
    1616
    17 #include "dataIO_extLinkDummy.h"
     17#include <dataIO_extLinkDummy.h>
    1818
    19 dataIO_extLinkDummy::dataIO_extLinkDummy(std::vector<dataIOSlot>& dataSlots_) : dataIO_extLink(dataSlots_)
     19#include <visual_dataIO.h>      // include in.cpp to avoid circular inclusion (visual_dataIO <-> extLinkDummy)
     20
     21
     22using namespace osgVisual;
     23
     24dataIO_extLinkDummy::dataIO_extLinkDummy(std::vector<dataIO_slot>& dataSlots_) : dataIO_extLink(dataSlots_)
    2025{
    2126        OSG_NOTIFY( osg::ALWAYS ) << "extLinkDummy constructed" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.