00001 /* START_LICENSE_HEADER 00002 00003 Copyright (C) 2000 Martin Piper, original design and program code 00004 Copyright (C) 2001 Replica Software 00005 00006 This program file is copyright (C) Replica Software and can only be used under license. 00007 For more information visit: http://www.replicanet.com/ 00008 Or email: info@replicanet.com 00009 00010 END_LICENSE_HEADER */ 00011 #ifndef __XPSOCKETS_H__ 00012 #define __XPSOCKETS_H__ 00013 #include "RNPlatform/Inc/DLLExportAPI.h" 00014 00015 #define _XPSOCKETS_VERSION 2000 00016 00017 #include "RNXPSockets/Inc/XPSocket.h" 00018 #include "RNXPSockets/Inc/XPSocketClass.h" 00019 #include "RNXPSockets/Inc/XPSocketUrgentClass.h" 00020 #include "RNXPSockets/Inc/XPStream.h" 00021 00022 #endif
1.5.3