AddressingPolicy.hh
Go to the documentation of this file.
1 //
2 // Copyright (c) 2020 Fraunhofer Institute for Applied Information Technology (FIT)
3 // Network Research Group (NET)
4 // Schloss Birlinghoven, 53754 Sankt Augustin, GERMANY
5 // Contact: support@wiback.org
6 //
7 // This file is part of the SENF code tree.
8 // It is licensed under the 3-clause BSD License (aka New BSD License).
9 // See LICENSE.txt in the top level directory for details or visit
10 // https://opensource.org/licenses/BSD-3-Clause
11 //
12 
13 
18 #ifndef HH_SENF_Socket_AddressingPolicy_
19 #define HH_SENF_Socket_AddressingPolicy_ 1
20 
21 // Custom includes
22 #include "SocketPolicy.hh"
23 
24 //#include "AddressingPolicy.mpp"
25 //-/////////////////////////////////////////////////////////////////////////////////////////////////
26 
27 namespace senf {
28 
30  //\{
31 
40  {};
41 
42  //\}
43 }
44 
45 //-/////////////////////////////////////////////////////////////////////////////////////////////////
46 //#include "AddressingPolicy.cci"
47 //#include "AddressingPolicy.ct"
48 //#include "AddressingPolicy.cti"
49 //#include "AddressingPolicy.mpp"
50 #endif
51 
52 
53 // Local Variables:
54 // mode: c++
55 // fill-column: 100
56 // c-file-style: "senf"
57 // indent-tabs-mode: nil
58 // ispell-local-dictionary: "american"
59 // compile-command: "scons -u test"
60 // comment-column: 40
61 // End:
Policy Framework public header.
Policy defining socket addressing.
AddressingPolicy for non-addressable sockets.