![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1997 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: vrfCheckLicense.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00014 00015 #ifndef DtVrfCheckLicense_H_ 00016 #define DtVrfCheckLicense_H_ 00017 00018 #include <vlutil/vlMachineTypes.h> 00019 #include "vrfutil/vrfutilDefines.h" 00020 00029 DT_DLL_vrfutil bool DtHaveVrfGuiLicense(); 00030 DT_DLL_vrfutil bool DtHaveVrfSimLicense(); 00031 DT_DLL_vrfutil bool DtHaveVrfRemoteControllerLicense(); 00032 00033 #endif //! DtVrfCheckLicense_H_ 00034