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: $ 00015 // $HeadURL: http://svn.mobotix.net/svn/mxsdk/src/shared/trunk/interfaces/IVideoMotionWindow.h $ 00016 // 00017 // //// 00018 00019 00020 00029 #ifndef __MX_IVIDEOMOTIONWINDOW_H__ 00030 #define __MX_IVIDEOMOTIONWINDOW_H__ 00031 00032 00033 // Basis Interfaces 00034 #include "IDefWindow.h" 00035 00036 00037 #define MX_IVIDEOMOTIONWINDOW_ID "IVideoMotionWindow" 00038 00039 00040 00041 namespace mx { 00042 00044 00049 class IVideoMotionWindow : public virtual IDefWindow { 00050 00051 }; 00052 }; 00053 00054 00055 00056 #endif // __MX_IVIDEOMOTIONWINDOW_H__