Network.h

Go to the documentation of this file.
00001 
00024 #ifndef _NETWORK_H
00025 #define _NETWORK_H
00026 
00027 #include "../SystemCommandStringList.h"
00028 
00032 class FEATURE_EXPORT_CLASS NetworkFeatureProvider : public SystemCommandStringListFeatureProvider
00033 {
00034         private:
00036 
00037                 stringvector features;
00038 
00039                 stringcode clientsFeature_code;
00040                 long clientsFeature_maxlen;
00042 
00043         public:
00045                 NetworkFeatureProvider(featureparams &params);
00047                 virtual ~NetworkFeatureProvider() throw();
00048 };
00049 
00050 #endif
00051 

Generated on Mon Jun 5 10:20:42 2006 for Intelligence.kdevelop by  doxygen 1.4.6