COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
WSCoviseStub.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifdef WIN32
9 #include <winsock2.h>
10 #endif
11 
12 #include "WSExport.h"
13 
14 namespace covise
15 {
16 class covise__ColormapPin;
17 class covise__Colormap;
18 
19 bool operator==(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
20 bool operator!=(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
21 
22 bool operator==(const covise::covise__Colormap &c1, const covise::covise__Colormap &c2);
23 bool operator!=(const covise::covise__Colormap &c1, const covise::covise__Colormap &c2);
24 }
25 
26 #ifndef SOAP_CMAC
27 #define SOAP_CMAC WSLIBEXPORT
28 #define SOAP_FMAC1 WSLIBEXPORT
29 #define SOAP_FMAC3 WSLIBEXPORT
30 #endif
31 
32 #include "stdsoap2.h"
33 
34 #ifdef WSLIB_EXPORT
35 #include <coviseStub.h>
36 #else
37 #include <wslib/coviseStub.h>
38 #endif
INLINE bool operator!=(const coObjID &a, const coObjID &b)
Definition: coObjID.h:171
INLINE bool operator==(const coObjID &a, const coObjID &b)
Definition: coObjID.h:166