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

  1. #ifndef __FORWARD_DECL_CLASSES__
  2. #define __FORWARD_DECL_CLASSES__
  3. // Forward declarations of GCC classes
  4. class CAppRoster;
  5. class CAppRosterMgr;
  6. class CAppRosterMsg;
  7. class CConfRoster;
  8. class CConfRosterMgr;
  9. class CConfRosterMsg;
  10. class CConf;
  11. class CBaseSap;
  12. class CAppSap;
  13. class CControlSAP;
  14. // Forward declarations of MCS classes
  15. class Domain;
  16. typedef Domain *PDomain;
  17. class Channel;
  18. typedef Channel *PChannel;
  19. class PrivateChannel;
  20. typedef PrivateChannel *PPrivateChannel;
  21. class UserChannel;
  22. typedef UserChannel *PUserChannel;
  23. class Connection;
  24. typedef Connection *PConnection;
  25. class User;
  26. typedef User *PUser;
  27. class Token;
  28. typedef Token *PToken;
  29. class SimplePacket;
  30. typedef SimplePacket *PSimplePacket;
  31. class CAttachment;
  32. #endif // __FORWARD_DECL_CLASSES__