Changeset 96


Ignore:
Timestamp:
Jul 29, 2010, 9:08:32 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/dataIO/visual_dataIO.h

    r88 r96  
    9595                 *
    9696                 */
    97                 dataIO_finalDrawCallback::dataIO_finalDrawCallback(visual_dataIO* dataIO_):dataIO(dataIO_){};
     97                dataIO_finalDrawCallback(visual_dataIO* dataIO_):dataIO(dataIO_){};
    9898               
    9999                /**
     
    129129        std::vector<dataIO_slot> dataSlots;
    130130
    131         friend dataIO_eventCallback;
    132         friend dataIO_finalDrawCallback;
     131        friend class dataIO_eventCallback;
     132        friend class dataIO_finalDrawCallback;
    133133
    134134public:
  • osgVisual/src/cluster/enet/unix.c

    r65 r96  
    3232
    3333#ifndef HAS_SOCKLEN_T
    34 typedef int socklen_t;
     34// todo check if new solution works
     35//typedef int socklen_t;
     36typedef __socklen_t socklen_t;
    3537#endif
    3638
Note: See TracChangeset for help on using the changeset viewer.