00001 // -*- c++ -*- 00002 //------------------------------------------------------------------------------ 00003 // $Id: Assa.h,v 1.4 2005/10/08 02:42:00 vlg Exp $ 00004 //------------------------------------------------------------------------------ 00005 // Assa.h 00006 //------------------------------------------------------------------------------ 00007 // Copyright (C) 1997-2002 Vladislav Grinchenko 00008 // 00009 // This library is free software; you can redistribute it and/or 00010 // modify it under the terms of the GNU Library General Public 00011 // License as published by the Free Software Foundation; either 00012 // version 2 of the License, or (at your option) any later version. 00013 //------------------------------------------------------------------------------ 00014 // Created: Thur Aug 15 23:40:14 EDT 2002 00015 //------------------------------------------------------------------------------ 00016 #ifndef ASSA_H 00017 #define ASSA_H 00018 00019 // This is the minimum set of header files that includes 00020 // all ASSA classes definition. 00021 00022 #include <assa/Acceptor.h> 00023 #include <assa/Address.h> 00024 #include <assa/AutoPtr.h> 00025 #include <assa/CommonUtils.h> 00026 #include <assa/Connector.h> 00027 #include <assa/CharInBuffer.h> 00028 #include <assa/ConUDPSocket.h> 00029 #include <assa/FileLogger.h> 00030 #include <assa/GenServer.h> 00031 #include <assa/INETAddress.h> 00032 #include <assa/IPv4Socket.h> 00033 #include <assa/Logger.h> 00034 #include <assa/MemDump.h> 00035 #include <assa/Pipe.h> 00036 #include <assa/PriorityQueue_STLPQ.h> 00037 #include <assa/Repository.h> 00038 #include <assa/Semaphore.h> 00039 #include <assa/SigAction.h> 00040 #include <assa/SigHandler.h> 00041 #include <assa/SigHandlers.h> 00042 #include <assa/SigHandlersList.h> 00043 #include <assa/Socketbuf.h> 00044 #include <assa/Socket.h> 00045 #include <assa/StdOutLogger.h> 00046 #include <assa/Streambuf.h> 00047 #include <assa/UDPSocket.h> 00048 #include <assa/UnConUDPSocket.h> 00049 #include <assa/UNIXAddress.h> 00050 #include <assa/xdrIOBuffer.h> 00051 00052 #endif /* ASSA_H */