Class Hierarchy   Class Index   Method Index  

IGCcharacterEncoding.h

00001 #ifndef __IGC_CHARACTER_ENCODING_H__
00002 #define __IGC_CHARACTER_ENCODING_H__
00003 //--------------------------------------------------------------------------
00004 // Copyright (C) 1997-2010 iNTERFACEWARE Inc. All Rights Reserved.
00005 //
00006 // Class: IGCcharacterEncoding
00007 //
00008 // Description:
00009 //
00010 // Class interface definition.
00011 //
00012 // This file is automatically generated.
00013 // DO NOT EDIT.
00014 //
00015 // Author: codegen2
00016 // Date:   Wednesday, July 29th, 2009 @ 02:27:50 PM
00017 // Revision: $Revision: 1.7 $
00018 //
00019 // Last Edit Date: $Date: 2010-02-24 18:40:48 $
00020 // Source: $Source: /home/cvs/cvsroot/IGC/IGCcharacterEncoding.h,v $
00021 //--------------------------------------------------------------------------
00022 
00023 #include <IGC/IGCminimumInclude.h>
00024 
00058 class IGCcharacterEncoding
00059 {
00060 public:
00067    static void SetEncoding(const char* CharacterEncoding);
00068    
00069    
00076    static const char* GetEncoding();
00077    
00078 private:
00080    IGCcharacterEncoding();
00081    IGCcharacterEncoding(const IGCcharacterEncoding& Orig);
00082    IGCcharacterEncoding& operator=(const IGCcharacterEncoding& Orig);
00083    ~IGCcharacterEncoding();
00084 };
00085 
00086 #endif // end of defensive include