_utils.h
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:0k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #ifndef _UTILS
  2. #define _UTILS
  3. #include <afxtempl.h>
  4. // Why I choose this definitions of map. Because, I have to make this classes be independedt!
  5. // When I will remove a page, it didn't need to remove from this map;
  6. typedef CMap<long, long, CControlsWnd*, CControlsWnd*> TMapIdx2Ctrl;
  7. typedef CMap<CPageListCtrl*, CPageListCtrl*, TMapIdx2Ctrl*, TMapIdx2Ctrl*> TMapPg2TMapIdx2Ctrl;
  8. typedef CArray<int, int> TArrayIDItem;
  9. #endif // _UTILS