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 #ifndef WSLIBEXPORT
13 #include <util/coExport.h>
14 #endif
15 
16 namespace covise
17 {
18 class covise__ColormapPin;
19 class covise__Colormap;
20 
21 bool operator==(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
22 bool operator!=(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
23 
24 bool operator==(const covise::covise__Colormap &c1, const covise::covise__Colormap &c2);
25 bool operator!=(const covise::covise__Colormap &c1, const covise::covise__Colormap &c2);
26 }
27 
28 #ifndef SOAP_CMAC
29 #define SOAP_CMAC WSLIBEXPORT
30 #define SOAP_FMAC1 WSLIBEXPORT
31 #define SOAP_FMAC3 WSLIBEXPORT
32 #endif
33 
34 #include "stdsoap2.h"
35 
36 #ifdef WSLIB_EXPORT
37 #include <coviseStub.h>
38 #else
39 #include <wslib/coviseStub.h>
40 #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