Changeset 467 for trunk/Source/Base/Network/Base/OSGConnectionFactory.cpp
- Timestamp:
- 01/05/07 15:42:01 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Base/Network/Base/OSGConnectionFactory.cpp
r106 r467 43 43 #define OSG_COMPILE_CONNECTIONFACTORY 44 44 45 #include < stdlib.h>46 #include < stdio.h>45 #include <cstdlib> 46 #include <cstdio> 47 47 48 48 #include "OSGConfig.h" … … 199 199 namespace 200 200 { 201 static Char8 cvsid_cpp[] = "@(#)$Id :$";201 static Char8 cvsid_cpp[] = "@(#)$Id$"; 202 202 static Char8 cvsid_hpp[] = OSG_CONNECTIONFACTORYHEADER_CVSID; 203 203 }
