ExistCpp
EcPreCompile.h
浏览该文件的文档.
1 
2 #ifndef EC_PRECOMPILE_H
3 #define EC_PRECOMPILE_H
4 
5 #include <errno.h> //errno
6 #include <string> //string
7 #include <Poco/Net/MulticastSocket.h> //MulticastSocket
8 #include <iostream> //cout
9 #include <Poco/Net/NetException.h> //NetException
10 #include <Poco/Thread.h> //Thread
11 #include <Poco/DateTimeFormatter.h> //DateTimeFormatter
12 
13 #include "ExistMessage.pb.h" //exist
14 
15 
16 using namespace std;
17 using namespace com::stupidbeauty;
18 using namespace com::stupidbeauty::exist;
19 
20 
21 #endif