IConfigSession.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: dgr $
00013 //  $LastChangedBy: dgr $
00014 //  $LastChangedDate: 2007-06-21 09:56:37 +0200 (Thu, 21 Jun 2007) $
00015 //  $HeadURL: http://svn.mobotix.net/svn/mxsdk/src/shared/trunk/interfaces/IConfigSession.h $
00016 //
00018 
00019 
00020 
00021 #ifndef __MX_ICONFIGSESSION_H__
00022 #define __MX_ICONFIGSESSION_H__
00023 
00024 
00025 
00026 #define MX_ICONFIGSESSION_ID "IConfigSession"
00027 
00028 
00029 
00030 #include "IInterface.h"
00031 #include "IEyeControl.h"
00032 #include "IAsyncReboot.h"
00033 #include "IAsyncRetrieveCommit.h"
00034 
00035 
00036 // SDK includes
00037 #include <mxm/core/mxm_smart.h>
00038 #include <mxm/core/mxmStringList.h>
00039 
00040 
00041 namespace mx {
00042    
00044 
00047 class IConfigSession : public virtual IEyeControl,
00048                                                           public virtual IAsyncReboot,
00049                                                           public virtual IAsyncRetrieveCommit   {
00050  
00051 public:
00052         
00056    virtual mxm::smart<mxmStringList> enumerateInterfaces() = 0;
00057 
00058 
00059 };      
00060 
00061 
00062 };  // namespace mx
00063 
00064 
00065 #endif   // __MX_ICONFIGSESSION_H__

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