Show
Ignore:
Timestamp:
01/05/07 15:42:01 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers cstdio and cstdlib 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/OSGDgram.cpp

    r106 r467  
    3737\*---------------------------------------------------------------------------*/ 
    3838 
    39 #include <stdlib.h
    40 #include <stdio.h
     39#include <cstdlib
     40#include <cstdio
    4141 
    4242#include <vector> 
     
    8787namespace  
    8888{ 
    89     static Char8 cvsid_cpp[] = "@(#)$Id:$"; 
     89    static Char8 cvsid_cpp[] = "@(#)$Id$"; 
    9090    static Char8 cvsid_hpp[] = OSG_DGRAMHEADER_CVSID; 
    9191    static Char8 cvsid_inl[] = OSG_DGRAMINLINE_CVSID;