Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
846 B

#ifndef _RTRLIST_H_
#define _RTRLIST_H_
interface IInterfaceInfo;
interface IRtrMgrInfo;
interface IRtrMgrProtocolInfo;
interface IRtrMgrInterfaceInfo;
interface IRtrMgrProtocolInterfaceInfo;
/*---------------------------------------------------------------------------
Clist classes for the various interfaces
---------------------------------------------------------------------------*/
typedef CList<IInterfaceInfo *, IInterfaceInfo *> PInterfaceInfoList;
typedef CList<IRtrMgrInfo *, IRtrMgrInfo *> PRtrMgrInfoList;
typedef CList<IRtrMgrProtocolInfo *, IRtrMgrProtocolInfo *> PRtrMgrProtocolInfoList;
typedef CList<IRtrMgrInterfaceInfo *, IRtrMgrInterfaceInfo *> PRtrMgrInterfaceInfoList;
typedef CList<IRtrMgrProtocolInterfaceInfo *, IRtrMgrProtocolInterfaceInfo *> PRtrMgrProtocolInterfaceInfoList;
#endif