/home/ntakagi/work/STLport-5.1.5/stlport/stl/_ctime.hGo to the documentation of this file.00001 /* 00002 * Copyright (c) 1999 00003 * Boris Fomitchev 00004 * 00005 * This material is provided "as is", with absolutely no warranty expressed 00006 * or implied. Any use is at your own risk. 00007 * 00008 * Permission to use or copy this software for any purpose is hereby granted 00009 * without fee, provided the above notices are retained on all copies. 00010 * Permission to modify the code and to distribute modified code is granted, 00011 * provided the above notices are retained, and a notice that the code was 00012 * modified is included with the above copyright notice. 00013 * 00014 */ 00015 00016 #ifndef _STLP_INTERNAL_CTIME 00017 #define _STLP_INTERNAL_CTIME 00018 00019 #if !defined (_STLP_WCE_EVC3) 00020 00021 # if defined (_STLP_USE_NEW_C_HEADERS) 00022 # include _STLP_NATIVE_CPP_C_HEADER(ctime) 00023 # else 00024 # include _STLP_NATIVE_C_HEADER(time.h) 00025 # endif 00026 00027 # if defined (_STLP_IMPORT_VENDOR_CSTD) 00028 _STLP_BEGIN_NAMESPACE 00029 using _STLP_VENDOR_CSTD::size_t; 00030 using _STLP_VENDOR_CSTD::clock_t; 00031 using _STLP_VENDOR_CSTD::time_t; 00032 using _STLP_VENDOR_CSTD::tm; 00033 # if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) 00034 using _STLP_VENDOR_CSTD::clock; 00035 using _STLP_VENDOR_CSTD::asctime; 00036 using _STLP_VENDOR_CSTD::ctime; 00037 using _STLP_VENDOR_CSTD::gmtime; 00038 00039 # if !defined (_WIN32_WCE) || (_WIN32_WCE < 0x500) // CE5 stopped supplying this 00040 using _STLP_VENDOR_CSTD::difftime; 00041 # endif 00042 using _STLP_VENDOR_CSTD::mktime; 00043 using _STLP_VENDOR_CSTD::localtime; 00044 using _STLP_VENDOR_CSTD::strftime; 00045 using _STLP_VENDOR_CSTD::time; 00046 # endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */ 00047 _STLP_END_NAMESPACE 00048 # endif /* _STLP_IMPORT_VENDOR_CSTD */ 00049 00050 #endif 00051 00052 #endif /* _STLP_INTERNAL_CTIME */
Generated on Mon Mar 10 15:32:20 2008 by ![]() |