summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/libgroupwise/tests/client_test.cpp
blob: 22f9228283dd6227aa024c80aa490214c69fca2a (plain)
1
2
3
4
5
6
7
8
9
10
#include "client.h"
#include "task.h"

int main()
{
	Client c;
	Task rootTask( &c, true );
	
	return 0;
}