nds2-client - ClientUser  0.16.8
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
debug_stream.hh
1 #ifndef __NDS2_CLIENT_DEBUG_STREAM_HH__
2 #define __NDS2_CLIENT_DEBUG_STREAM_HH__
3 
4 #include <ostream>
5 #include "nds_export.hh"
6 
7 namespace NDS
8 {
9  namespace detail
10  {
11  DLL_EXPORT
12  std::ostream& dout( );
13  }
14 }
15 
16 #endif