Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > 69710aa523c75aae90cbd19e022a4e3b > files > 207

centerim-debug-4.22.10-1mdv2011.0.i586.rpm

#ifndef __ACCOUNTMANAGER_H__
#define __ACCOUNTMANAGER_H__

#include "icqconf.h"

class accountmanager {
    protected:
	icqconf::imaccount addcontact();
	bool fopen;

    public:
	accountmanager();
	~accountmanager();

	void exec();

	bool isopen() const;
};

extern accountmanager manager;

#endif