PacketConsoleSysDir.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 
17 #ifndef HH_SENF_Packets_PacketConsoleSysDir_
18 #define HH_SENF_Packets_PacketConsoleSysDir_ 1
19 
20 #ifndef HH_SENF_Packets_Packets_
21 #error "Don't include 'PacketConsoleSysDir.hh' directly, include 'Packets.hh'"
22 #endif
23 
24 // Custom includes
26 
27 //#include "PacketConsoleSysDir.mpp"
29 
30 namespace senf {
31 
32 #ifndef SENF_DISABLE_CONSOLE
33  console::ScopedDirectory<> & packetConsoleDir();
34 #endif
35 
36 }
37 
39 #endif
40 #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_PacketConsoleSysDir_i_)
41 #define HH_SENF_Packets_PacketConsoleSysDir_i_
42 //#include "PacketConsoleSysDir.cci"
43 //#include "PacketConsoleSysDir.ct"
44 //#include "PacketConsoleSysDir.cti"
45 #endif
46 
47 
48 // Local Variables:
49 // mode: c++
50 // fill-column: 100
51 // comment-column: 40
52 // c-file-style: "senf"
53 // indent-tabs-mode: nil
54 // ispell-local-dictionary: "american"
55 // compile-command: "scons -u test"
56 // End:
console::ScopedDirectory & packetConsoleDir()