Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
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
23namespace Glacier2Internal
24{
25
26GLACIER2_API void
27setupNullPermissionsVerifier(const Ice::CommunicatorPtr&, const std::string&, const std::vector<std::string>&);
28
29}
30
31#endif
#define GLACIER2_API
Definition PermissionsVerifierF.h:50
::IceInternal::Handle< Communicator > CommunicatorPtr
Definition Communicator.h:608