picloud
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "pip_cloud_export.h"
|
||||
#include "pistring.h"
|
||||
|
||||
|
||||
namespace PICloud {
|
||||
|
||||
enum Version {
|
||||
@@ -45,20 +46,19 @@ struct PIP_CLOUD_EXPORT Header {
|
||||
uchar type; // PICloud::HeaderType
|
||||
PIString sname; // server name
|
||||
};
|
||||
}
|
||||
|
||||
PIP_CLOUD_EXPORT PIByteArray & operator <<(PIByteArray & s, const PICloud::Header & v);
|
||||
PIP_CLOUD_EXPORT PIByteArray & operator >>(PIByteArray & s, PICloud::Header & v);
|
||||
|
||||
|
||||
class PIP_CLOUD_EXPORT PICloudTCP {
|
||||
class PIP_CLOUD_EXPORT TCP {
|
||||
public:
|
||||
//!
|
||||
PICloudTCP();
|
||||
|
||||
TCP();
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
PIP_CLOUD_EXPORT PIByteArray & operator <<(PIByteArray & s, const PICloud::Header & v);
|
||||
PIP_CLOUD_EXPORT PIByteArray & operator >>(PIByteArray & s, PICloud::Header & v);
|
||||
|
||||
#endif // PICLOUDTCP_H
|
||||
|
||||
Reference in New Issue
Block a user