Show
Ignore:
Timestamp:
01/05/07 16:30:00 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers (the rest of them) instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Base/Network/Socket/OSGSocketSelection.cpp

    r468 r471  
    4141//--------------------------------------------------------------------------- 
    4242 
    43 #include <string.h
     43#include <cstring
    4444#ifdef WIN32 
    4545#include <windows.h> 
     
    5454#include <unistd.h> 
    5555#include <fcntl.h> 
    56 #include <sys/time.h> 
    5756#endif 
    5857#include <cerrno> 
     
    6261#include <OSGSocket.h> 
    6362#include <OSGSocketSelection.h> 
     63#include <OSGTime.h> 
    6464 
    6565OSG_USING_NAMESPACE