libalcommon  1.14.5
alcommon/almoduleinfo.h
Go to the documentation of this file.
00001 
00010 #pragma once
00011 #ifndef _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
00012 #define _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
00013 
00014 # include <string>
00015 # include <vector>
00016 
00017 namespace AL
00018 {
00026   class ALModuleInfo
00027   {
00028   public:
00029     std::string name;         
00030     int         architecture; 
00031     std::string ip;           
00032     int         port;         
00033     int         processId;    
00034     bool        isABroker;    
00035     bool        keepAlive;    
00036   };
00037 
00038 }
00039 
00040 #endif  // _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
00041 
00042 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines