二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

Committer:
MrAI
Date:
Wed May 16 13:46:01 2018 +0000
Revision:
12:1b24ea479a59
??14???

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MrAI 12:1b24ea479a59 1 #if !defined(__ServerInfo_h)
MrAI 12:1b24ea479a59 2 #define __ServerInfo_h
MrAI 12:1b24ea479a59 3 #include <string>
MrAI 12:1b24ea479a59 4 #include "MbedJSONValue.h"
MrAI 12:1b24ea479a59 5 #include "Payment.h"
MrAI 12:1b24ea479a59 6 using namespace std;
MrAI 12:1b24ea479a59 7 class ServerInfo :public Payment
MrAI 12:1b24ea479a59 8 {
MrAI 12:1b24ea479a59 9 public:
MrAI 12:1b24ea479a59 10 protected:
MrAI 12:1b24ea479a59 11 private:
MrAI 12:1b24ea479a59 12 };
MrAI 12:1b24ea479a59 13 #endif