![]() |
MAK RTIspy API Documentation for HLA Evolved
|
00001 /********************************************************************* 00002 ** Copyright (c) 2006 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: aboutHTML.h,v $ $Revision: 1.4 $ $State: Exp $ 00007 *******************************************************************************/ 00008 #ifndef DtAboutHTML_H_ 00009 #define DtAboutHTML_H_ 00010 00011 #include <rtiMsConfig.h> 00012 #include <vlutil/vlString.h> 00013 #include <basicEhsDoc.h> 00014 00015 class HttpRequest; 00016 class HttpResponse; 00017 00018 // The XML representation of the Web Server Component Connection List 00019 class DT_DLL_WWWEHS DtAboutHTML : public DtBasicEhsDoc 00020 { 00021 private: 00022 00023 // Copy Constructor not implemented : Copy not allowed 00024 DtAboutHTML(const DtAboutHTML&); 00025 // Copy Constructor not implemented : Copy not allowed 00026 DtAboutHTML& operator=(const DtAboutHTML&); 00027 00028 public: 00029 00030 DtAboutHTML(); 00031 virtual ~DtAboutHTML(); 00032 00033 protected: 00034 00035 // Serve requests for this page 00036 virtual ResponseCode HandleNonFileRequest( HttpRequest * ipoHttpRequest, 00037 HttpResponse * ipoHttpResponse ); 00038 }; 00039 00040 00041 #endif // DtAboutHTML_H_