libassa  3.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Assa.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //------------------------------------------------------------------------------
3 // $Id: Assa.h,v 1.4 2005/10/08 02:42:00 vlg Exp $
4 //------------------------------------------------------------------------------
5 // Assa.h
6 //------------------------------------------------------------------------------
7 // Copyright (C) 1997-2002 Vladislav Grinchenko
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the GNU Library General Public
11 // License as published by the Free Software Foundation; either
12 // version 2 of the License, or (at your option) any later version.
13 //------------------------------------------------------------------------------
14 // Created: Thur Aug 15 23:40:14 EDT 2002
15 //------------------------------------------------------------------------------
16 #ifndef ASSA_H
17 #define ASSA_H
18 
19 // This is the minimum set of header files that includes
20 // all ASSA classes definition.
21 
22 #include <assa/Acceptor.h>
23 #include <assa/Address.h>
24 #include <assa/AutoPtr.h>
25 #include <assa/CommonUtils.h>
26 #include <assa/Connector.h>
27 #include <assa/CharInBuffer.h>
28 #include <assa/ConUDPSocket.h>
29 #include <assa/FileLogger.h>
30 #include <assa/GenServer.h>
31 #include <assa/INETAddress.h>
32 #include <assa/IPv4Socket.h>
33 #include <assa/Logger.h>
34 #include <assa/MemDump.h>
35 #include <assa/Pipe.h>
37 #include <assa/Repository.h>
38 #include <assa/Semaphore.h>
39 #include <assa/SigAction.h>
40 #include <assa/SigHandler.h>
41 #include <assa/SigHandlers.h>
42 #include <assa/SigHandlersList.h>
43 #include <assa/Socketbuf.h>
44 #include <assa/Socket.h>
45 #include <assa/StdOutLogger.h>
46 #include <assa/Streambuf.h>
47 #include <assa/UDPSocket.h>
48 #include <assa/UnConUDPSocket.h>
49 #include <assa/UNIXAddress.h>
50 #include <assa/xdrIOBuffer.h>
51 
52 #endif /* ASSA_H */