/home/ntakagi/work/STLport-5.1.5/src/acquire_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, _Locale_name_hint* hint);
00028 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* name, _Locale_name_hint* hint);
00029 _Locale_collate* _STLP_CALL __acquire_collate(const char* name, _Locale_name_hint* hint);
00030 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* name, _Locale_name_hint* hint);
00031 _Locale_messages* _STLP_CALL __acquire_messages(const char* name, _Locale_name_hint* hint);
00032 
00033 void _STLP_CALL __release_ctype(_Locale_ctype* cat);
00034 void _STLP_CALL __release_numeric(_Locale_numeric* cat);
00035 void _STLP_CALL __release_collate(_Locale_collate* cat);
00036 void _STLP_CALL __release_monetary(_Locale_monetary* cat);
00037 void _STLP_CALL __release_messages(_Locale_messages* cat);
00038 
00039 _STLP_MOVE_TO_STD_NAMESPACE
00040 _STLP_END_NAMESPACE
00041 
00042 #endif /* ACQUIRE_RELEASE_H */



Generated on Mon Mar 10 15:32:15 2008 by  doxygen 1.5.1