#ifndef __AGCStations_h__
#define __AGCStations_h__
#include "resource.h"
#include "IAGCCollectionImpl.h"
class ATL_NO_VTABLE CAGCStations :
public IAGCCollectionImpl<CAGCStations, const StationListIGC, IAGCStations,
IstationIGC, IAGCStation, &LIBID_AGCLib>,
public CComCoClass<CAGCStations, &CLSID_AGCStations>
{
public:
DECLARE_REGISTRY_RESOURCEID(IDR_AGCStations)
DECLARE_PROTECT_FINAL_CONSTRUCT()
public:
BEGIN_COM_MAP(CAGCStations)
COM_INTERFACE_ENTRY(IAGCStations)
COM_INTERFACE_ENTRIES_IAGCCollectionImpl()
END_COM_MAP()
public:
BEGIN_CATEGORY_MAP(CAGCStations)
IMPLEMENTED_CATEGORY(CATID_AGC)
END_CATEGORY_MAP()
};
#endif