ISimpleImageViewerHost.h

00001 //           ///          //                                  C++ Cross Platform
00002 //          /////        ////
00003 //         /// XXX     XXX ///            ///////////   /////////     ///   ///
00004 //        ///    XXX XXX    ///         ///             ///    ///   ///  ///
00005 //       ///       XXX       ///         /////////     ///      //  //////
00006 //      ///      XXX XXX      ///               ///   ///    ///   ///  ///
00007 //     ////    XXX     XXX    ////    ////////////  //////////    ///   ///
00008 //    ////                     ////
00009 //   ////  M  O  B  O  T  I  X  ////////////////////////////////////////////////
00010 //  //// Security Vision Systems //////////////////////////////////////////////
00011 //
00012 //  $Author: agu_admin $
00013 //  $LastChangedBy: agu_admin $
00014 //  $LastChangedDate: 2007-06-11 10:18:50 +0200 (Mon, 11 Jun 2007) $
00015 //  $HeadURL: http://svn.mobotix.net/svn/mxsdk/src/shared/trunk/interfaces/ISimpleImageViewerHost.h $
00016 //
00018 
00019 
00020 
00021 #ifndef __MX_ISIMPLEIMAGEVIEWERHOST_H__
00022 #define __MX_ISIMPLEIMAGEVIEWERHOST_H__
00023 
00024 
00025 
00026 #define MX_ISIMPLEIMAGEVIEWERHOST_ID "ISimpleImageViewerHost"
00027 
00028 
00029 
00030 #include "ISimpleImageViewer.h"
00031 #include "ICanUseKeyChain.h"
00032 #include "ISupportsHostSpecification.h"
00033 #include "ISupportsProxySpecification.h"
00034 #include "ISupportsWebPageSpecification.h"
00035 
00036 
00037 
00038 namespace mx {
00039    
00041 
00049         class ISimpleImageViewerHost : public virtual ISimpleImageViewer,
00050                                                                                          public virtual ICanUseKeyChain,
00051                                                                                          public virtual ISupportsHostSpecification,
00052                                                                                          public virtual ISupportsProxySpecification,
00053                                                                                          public virtual ISupportsWebPageSpecification {
00054       
00055    };
00056 };
00057 
00058 
00059 
00060 #endif   // __MX_ISIMPLEIMAGEVIEWERHOST_H__
00061 
00062       

Generated on Fri Jun 29 17:21:04 2007 for MxPEG SDK by  doxygen 1.4.6