windows-nt/Source/XPSP1/NT/enduser/netmeeting/av/h323/intif.h

27 lines
364 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* File: intif.h
*
*
*
* Revision History:
*
* 05/06/96 mikev created
*/
#ifndef _INTIF_H
#define _INTIF_H
//
// Internal interface classes
//
class IConfAdvise;
class IControlChannel;
class IH323PubCap;
typedef IControlChannel *LPIControlChannel;
typedef IConfAdvise* LPIConfAdvise;
typedef IH323PubCap *LPIH323PubCap;
#endif //_INTIF_H