VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObjectReference.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 Header vrfObjectReference.h and DtSharedVrfObjectObject class have been deprecated as of VRF 4.X please use the DtSimObjectReference instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
10  #endif
11 
12  #ifdef __linux__
13  #warning The Header vrfObjectReference.h and DtSharedVrfObjectObject class have been deprecated as of VRF 4.X please use the DtSimObjectReference instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
14  #endif
15 #endif
16 
17 #include "vrfobjcore/simObject.h"
19 
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
Contains the DtSimObjectReference class declaration.
DtSimObjectReference DtSharedVrfObjectReference
Definition: vrfObject.h:22

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)