Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HUtilityLocaleString.h
Go to the documentation of this file.
1 //
2 // Copyright (c) 2004 by Tech Soft 3D, LLC.
3 // The information contained herein is confidential and proprietary to
4 // Tech Soft 3D, LLC., and considered a trade secret as defined under
5 // civil and criminal statutes. Tech Soft 3D shall pursue its civil
6 // and criminal remedies in the event of unauthorized use or misappropriation
7 // of its trade secrets. Use of this information by anyone other than
8 // authorized employees of Tech Soft 3D, LLC. is granted only under a
9 // written non-disclosure agreement, expressly prescribing the scope and
10 // manner of such use.
11 //
12 // $Id: d47a8aef87cedc880be903ff32cb91a4abf016e3 $
13 //
14 
15 // HUtilityLocaleString.h : Utility classes to convert char strings to wchar_t strings and vice-versa
16 
22 #ifndef _HUTILITY_LOCALTE_STRING_H
23 #define _HUTILITY_LOCALTE_STRING_H
24 
25 #include "utf_utils.h"
26 
27 #ifdef H_PACK_8
28 #pragma pack(push)
29 #pragma pack(8)
30 #endif
31 
32 #ifdef H_PACK_8
33 #pragma pack(pop)
34 #endif
35 
36 #endif