www.pudn.com > KSP.rar > QYConfigCenter.h


//  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
//  Copyright Notice: 
// 
//  Copyright (c) 2006. 
// 
//  Warning: This computer program is protected by copyright law and  
//  international treaties.  Unauthorized reproduction or distribution 
//  of this program, or any portion of it, may result in severe civil and 
//  criminal penalties, and will be prosecuted to the maximum extent  
//  possible under the law. 
// 
// ____________________________________________________________________________ 
 
#ifndef _QYCONFIGCENTER_H_ 
#define _QYCONFIGCENTER_H_ 
 
#include  
 
namespace asu_emit_qyan 
{ 
	class CQYConfigCenter   
	{ 
	public: 
		typedef std::pair Int_Pair; 
		typedef std::map IntPair_Double_Map; 
		typedef std::map::iterator IntPair_Double_Map_Iterator; 
	}; 
	 
} 
 
#endif //_QYCONFIGCENTER_H_