COVISE Core
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
14namespace covise
15{
16class covise__ColormapPin;
17class covise__Colormap;
18
19bool operator==(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
20bool operator!=(const covise::covise__ColormapPin &p1, const covise::covise__ColormapPin &p2);
21
22bool operator==(const covise::covise__Colormap &c1, const covise::covise__Colormap &c2);
23bool 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
list of all chemical elements
Definition: coConfig.h:27
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