IHttpLookupTableComponent.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: khe_admin $
00013 //  $LastChangedBy: khe_admin $
00014 //  $LastChangedDate: 2007-05-29 15:10:15 +0200 (Tue, 29 May 2007) $
00015 //  $HeadURL: http://svn.mobotix.net/svn/mxsdk/src/shared/trunk/interfaces/IHttpLookupTableComponent.h $
00016 //
00018 
00019 
00020 
00029 #ifndef __MX_IHTTPLOOKUPTABLECOMPONENT_H__
00030 #define __MX_IHTTPLOOKUPTABLECOMPONENT_H__
00031 
00032 
00033 
00034 #define MX_IHTTPLOOKUPTABLECOMPONENT_ID "IHttpLookupTableComponent"
00035 
00036 
00037 
00038 // interface includes
00039 #include "IComponent.h"
00040 // SDK includes
00041 #include <mxm/core/mxm_smart.h>
00042 
00043 
00044 namespace mx {
00045 
00046         class IHttpLookupTable;
00047 
00049 
00055    class IHttpLookupTableComponent : public virtual IComponent {
00056       
00057      public:
00060                   virtual mxm::smart<IHttpLookupTable> createHttpLookupTable() = 0; 
00061    };
00062 };
00063 
00064 
00065 
00066 #endif  // __MX_IHTTPLOOKUPTABLECOMPONENT_H__

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