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/Base/OSGConnection.cpp

    r106 r467  
    4040//  Includes 
    4141//--------------------------------------------------------------------------- 
    42 #include <stdlib.h
    43 #include <stdio.h
     42#include <cstdlib
     43#include <cstdio
    4444#include <assert.h> 
    4545