GME  13
StringArrayEx.h
Go to the documentation of this file.
00001 // StringArrayEx.h: interface for the CStringArrayEx class.
00002 //
00004 
00005 #if !defined(AFX_STRINGARRAYEX_H__E3BD7904_81CD_4022_9FA7_F1092FA4F199__INCLUDED_)
00006 #define AFX_STRINGARRAYEX_H__E3BD7904_81CD_4022_9FA7_F1092FA4F199__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 class CStringArrayEx : public CStringArray  
00013 {
00014 public:
00015         int InsertAtOrder(CString &strElement);
00016         CStringArrayEx();
00017         virtual ~CStringArrayEx();
00018 
00019 };
00020 
00021 #endif // !defined(AFX_STRINGARRAYEX_H__E3BD7904_81CD_4022_9FA7_F1092FA4F199__INCLUDED_)