MAK RTIspy API Documentation for HLA 1.3
aboutHTML.h
Go to the documentation of this file.
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_

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)