VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exerciseClock.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2021 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #ifndef ALLOW_VRF4API
8  #ifdef _WIN32
9  #pragma message ("Warning: The DtExerciseClock direct use has been deprecated. Please use scenarioService insetad. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
10  #endif
11 
12  #ifdef __linux__
13  #warning The DtExerciseClock direct use has been deprecated. Please use scenarioService insetad. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
14  #endif
15 #endif
16 

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)