
#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__

