summaryrefslogtreecommitdiff
path: root/x11/ipc/client/ocopclient.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-02-10better commit that...zecke1-4/+4
2003-02-05Fix the IPC server and clientzecke1-0/+8
registering channel is done locally with refcounts if the channel is already registered globally Fix some sizes to allow proper communication..
2002-10-16More IPC integtrationzecke1-0/+9
OCOPClient::self() added so we keep the connections low
2002-10-16some debug outputzecke1-2/+2
+ bugfix besides some problems with the server IPC is working on X11 too
2002-10-16more implementation!!zecke1-2/+23
OCOPClient now tries to start the server
2002-10-16Make it linkzecke1-9/+9
2002-10-01The client should be workingzecke1-0/+129
it's complete but I never compiled it