VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
signalslib.h
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <vrvUtil/vrvUtil.h>
7 
12 
13 #ifdef signals
14 #error "signalslib.h must be included before any qt header"
15 #endif
16 
17 //Macro for disabling this in the header. This is only useful when including
18 //This file from a non-qt source (for example: PLUGIN declare code).
19 
20 #ifndef DT_IGNORE_BOOST_SIGNALS
21 #include <boost/signal.hpp>
22 #include <boost/signals2/signal.hpp>
23 
24 #ifdef __rhentws8__
25 namespace MAKBoost_1_63 {} namespace boost = MAKBoost_1_63; namespace MAKBoost_1_63
26 #else
27 namespace boost
28 #endif
29 {
30  namespace signalslib = signals;
31  namespace signalslib2 = signals2;
32 }
33 
34 #endif
Contains DLL export macros.


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)