00001 #ifndef OPIE_OCOP_CLIENT_H 00002 #define OPIE_OCOP_CLIENT_H 00003 00004 #include <qcstring.h> 00005 #include <qsocketnotifier.h> 00006 00007 struct OCOPClient { 00008 int fd; 00009 QSocketNotifier* notify; 00010 }; 00011 00012 #endif