VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
objectType.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
7 #ifdef ALLOW_VRF4API
8 #include <vlpi/entityType.h>
9 using DtObjectType = DtEntityType;
10 #define DtObjectTypeIndividual 1
11 #define DtObjectType(SuperType, EntityType) DtEntityType(EntityType)
12 #pragma message("WARNING: objectType.h has been deprecated. The DtObjectType class has been made equivalent to DtEntityType. Please include vlpi/entityType.h instead and change any reference of DtObjectType to DtEntityType. Any supertype methods or references can be removed.")
13 #else
14 #error ERROR objectType.h has been deprecated. The DtObjectType class has been made equivalent to DtEntityType. Please include vlpi/entityType.h instead and change any reference of DtObjectType to DtEntityType. Any supertype methods or references can be removed.
15 #endif

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)