DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ISender.h
Go to the documentation of this file.
1 #ifndef I_SENDER_H
2 #define I_SENDER_H
3 
4 namespace EM
5 {
6  namespace Strojcek
7  {
8  namespace StatistikaStrojcek
9  {
10  class ISender
11  {
12  public:
13  virtual long SendStatistics( long type, long subType, void* data, unsigned long dataSize ) = 0;
14  };
15  }
16  }
17 }
18 
19 #endif //I_SENDER_H
virtual long SendStatistics(long type, long subType, void *data, unsigned long dataSize)=0
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15