Ice 3.7 C++11 API Reference
NullPermissionsVerifier.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef GLACIER2_NULL_PERMISSIONS_VERIFIER_H
6 #define GLACIER2_NULL_PERMISSIONS_VERIFIER_H
7 
8 #include <Ice/Config.h>
9 #include <Ice/CommunicatorF.h>
10 #include <string>
11 #include <vector>
12 
13 #ifndef GLACIER2_API
14 # if defined(ICE_STATIC_LIBS)
15 # define GLACIER2_API
16 # elif defined(GLACIER2_API_EXPORTS)
17 # define GLACIER2_API ICE_DECLSPEC_EXPORT
18 # else
19 # define GLACIER2_API ICE_DECLSPEC_IMPORT
20 # endif
21 #endif
22 
23 namespace Glacier2Internal
24 {
25 
26 GLACIER2_API void
27 setupNullPermissionsVerifier(const Ice::CommunicatorPtr&, const std::string&, const std::vector<std::string>&);
28 
29 }
30 
31 #endif
CommunicatorF.h
GLACIER2_API
#define GLACIER2_API
Definition: NullPermissionsVerifier.h:19
Config.h