- Timestamp:
- Jul 29, 2010, 9:08:32 PM (14 years ago)
- Location:
- osgVisual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/dataIO/visual_dataIO.h
r88 r96 95 95 * 96 96 */ 97 dataIO_finalDrawCallback ::dataIO_finalDrawCallback(visual_dataIO* dataIO_):dataIO(dataIO_){};97 dataIO_finalDrawCallback(visual_dataIO* dataIO_):dataIO(dataIO_){}; 98 98 99 99 /** … … 129 129 std::vector<dataIO_slot> dataSlots; 130 130 131 friend dataIO_eventCallback;132 friend dataIO_finalDrawCallback;131 friend class dataIO_eventCallback; 132 friend class dataIO_finalDrawCallback; 133 133 134 134 public: -
osgVisual/src/cluster/enet/unix.c
r65 r96 32 32 33 33 #ifndef HAS_SOCKLEN_T 34 typedef int socklen_t; 34 // todo check if new solution works 35 //typedef int socklen_t; 36 typedef __socklen_t socklen_t; 35 37 #endif 36 38
Note: See TracChangeset
for help on using the changeset viewer.