Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

50 lines
777 B

#ifndef __FORWARD_DECL_CLASSES__
#define __FORWARD_DECL_CLASSES__
// Forward declarations of GCC classes
class CAppRoster;
class CAppRosterMgr;
class CAppRosterMsg;
class CConfRoster;
class CConfRosterMgr;
class CConfRosterMsg;
class CConf;
class CBaseSap;
class CAppSap;
class CControlSAP;
// Forward declarations of MCS classes
class Domain;
typedef Domain *PDomain;
class Channel;
typedef Channel *PChannel;
class PrivateChannel;
typedef PrivateChannel *PPrivateChannel;
class UserChannel;
typedef UserChannel *PUserChannel;
class Connection;
typedef Connection *PConnection;
class User;
typedef User *PUser;
class Token;
typedef Token *PToken;
class SimplePacket;
typedef SimplePacket *PSimplePacket;
class CAttachment;
#endif // __FORWARD_DECL_CLASSES__