00001 // rdSecurity.h 00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00003 // Copyright 2003 Realistic Dynamics, Inc. 00004 // All rights reserved. 00005 // 00006 // Please do not read, copy, distribute, or use without permission. 00007 // Contact: Frank C. Anderson, fca@RealisticDynamics.com 00008 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00009 #ifndef __rdSecurity_h__ 00010 #define __rdSecurity_h__ 00011 00012 00013 // INCLUDES 00014 #include "rdSecurityDLL.h" 00015 #include <stdlib.h> 00016 #include <stdio.h> 00017 #include <string.h> 00018 #include <math.h> 00019 00020 00021 //============================================================================= 00022 //============================================================================= 00030 class RDSECURITY_API rdSecurity 00031 { 00032 00033 public: 00034 static long VerifyAuthorization(); 00035 static void PrintAuthorizationStatus(long aStatus); 00036 00037 //============================================================================= 00038 }; // END of class rdSecurity 00039 //============================================================================= 00040 //============================================================================= 00041 00042 #endif // __rdSecurity_h__ 00043 00044
1.3