MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HLAauthorizerFactory.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #if defined(DtIFSPEC1516_2025)
5 
6 #include "rtiMsConfig.h"
7 
8 #include <RTI/auth/AuthorizerFactory.h>
9 
10 class DT_DLL_LRC HLAauthorizerFactory : public rti1516_2025::AuthorizerFactory
11 {
12 public:
13 
15  HLAauthorizerFactory() noexcept;
16 
18  virtual ~HLAauthorizerFactory() noexcept;
19 
20  // Return a Authorizer with a value of "initial"
21  virtual std::unique_ptr< rti1516_2025::Authorizer > getAuthorizer() override;
22 
23  // Return the name of the authorizer implementation
24  virtual std::wstring getName() const override;
25 };
26 
27 #endif
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)