Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenacquire_release.h
Go to the documentation of this file.
00001 /* 00002 * Copyright (c) 1999 00003 * Silicon Graphics Computer Systems, Inc. 00004 * 00005 * Copyright (c) 1999 00006 * Boris Fomitchev 00007 * 00008 * This material is provided "as is", with absolutely no warranty expressed 00009 * or implied. Any use is at your own risk. 00010 * 00011 * Permission to use or copy this software for any purpose is hereby granted 00012 * without fee, provided the above notices are retained on all copies. 00013 * Permission to modify the code and to distribute modified code is granted, 00014 * provided the above notices are retained, and a notice that the code was 00015 * modified is included with the above copyright notice. 00016 * 00017 */ 00018 00019 #ifndef ACQUIRE_RELEASE_H 00020 #define ACQUIRE_RELEASE_H 00021 00022 #include "c_locale.h" 00023 00024 _STLP_BEGIN_NAMESPACE 00025 _STLP_MOVE_TO_PRIV_NAMESPACE 00026 00027 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00028 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00029 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00030 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00031 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00032 _Locale_time* _STLP_CALL __acquire_time(const char* &name, char *buf, _Locale_name_hint*, int *__err_code); 00033 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code); 00034 00035 void _STLP_CALL __release_ctype(_Locale_ctype* cat); 00036 void _STLP_CALL __release_codecvt(_Locale_codecvt* cat); 00037 void _STLP_CALL __release_numeric(_Locale_numeric* cat); 00038 void _STLP_CALL __release_collate(_Locale_collate* cat); 00039 void _STLP_CALL __release_monetary(_Locale_monetary* cat); 00040 void _STLP_CALL __release_time(_Locale_time* __time); 00041 void _STLP_CALL __release_messages(_Locale_messages* cat); 00042 00043 _STLP_MOVE_TO_STD_NAMESPACE 00044 _STLP_END_NAMESPACE 00045 00046 #endif /* ACQUIRE_RELEASE_H */ Generated on Fri May 25 2012 04:33:37 for ReactOS by
1.7.6.1
|