VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObjectManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
7 #ifndef ALLOW_VRF4API
8  #ifdef _WIN32
9  #pragma message ("Warning: The Header vrfObjectManager.h and DtVrfObjectManager class have been deprecated as of VRF 4.X please use DtLocalObjectManager instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
10  #endif
11 
12  #ifdef __linux__
13  #warning The Header vrfObjectManager.h and DtVrfObjectManager class have been deprecated as of VRF 4.X please use DtLocalObjectManager instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
14  #endif
15 #endif
16 
17 #include "localObjectManager.h"
19 
class DtLocalObjectManager:
Definition: localObjectManager.h:151
DtLocalObjectManager DtVrfObjectManager
Definition: vrfObjectManager.h:20

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)