CommandId.h

00001 /*-----------------------------------------------------------------------------
00002  * CommandId declaration
00003  * Ionetrics 2006
00004  * John Williams
00005  * CommandId.h
00006  *---------------------------------------------------------------------------*/
00007 
00008 #ifndef COMMANDID_H
00009 #define COMMANDID_H
00010 
00011 //-----------------------------------------------------------------------------
00012 
00013 #include "AnnotatorCommApi.h"
00014 
00015 //-----------------------------------------------------------------------------
00016 
00017 namespace annotatorcomm
00018 {
00019 
00023 class ANNCOMM_API CommandId
00024 {
00025 public:
00031         virtual uint16_t getCmdId() const = 0;
00032 };
00033 
00034 }
00035 
00036 //-----------------------------------------------------------------------------
00037 
00038 #endif /* COMMANDID_H */

Generated on Tue Aug 1 11:14:11 2006 for libAnnotatorComm by  doxygen 1.4.7