Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HUtilityLocaleString.h

Go to the documentation of this file.
00001 //
00002 // Copyright (c) 2004 by Tech Soft 3D, LLC.
00003 // The information contained herein is confidential and proprietary to
00004 // Tech Soft 3D, LLC., and considered a trade secret as defined under
00005 // civil and criminal statutes.  Tech Soft 3D shall pursue its civil
00006 // and criminal remedies in the event of unauthorized use or misappropriation
00007 // of its trade secrets.  Use of this information by anyone other than
00008 // authorized employees of Tech Soft 3D, LLC. is granted only under a
00009 // written non-disclosure agreement, expressly prescribing the scope and
00010 // manner of such use.
00011 //
00012 // $Id: d47a8aef87cedc880be903ff32cb91a4abf016e3 $
00013 //
00014 
00015 // HUtilityLocaleString.h : Utility classes to convert char strings to wchar_t strings and vice-versa
00016 
00022 #ifndef _HUTILITY_LOCALTE_STRING_H
00023 #define _HUTILITY_LOCALTE_STRING_H
00024 
00025 #include "utf_utils.h"
00026 
00027 #ifdef H_PACK_8
00028 #pragma pack(push)
00029 #pragma pack(8)
00030 #endif
00031 
00032 #ifdef H_PACK_8
00033 #pragma pack(pop)
00034 #endif
00035 
00036 #endif