/*
 * Xailer source code:
 *
 * TMailSlot.prg
 * Clases TMailSlot()
 *
 * Copyright 2003, 2011 Jose Lalin
 * Copyright 2003, 2011 Xailer.com
 * All rights reserved
 *
 */

#include "Xailer.ch"


//--------------------------------------------------------------------------

CLASS TMailSlotServer FROM XMailSlotServer
ENDCLASS

//------------------------------------------------------------------------------

CLASS TMailSlotClient FROM XMailSlotClient
ENDCLASS

//------------------------------------------------------------------------------


