LAPTOP-SNT8I5JK\Boounion
2025-07-11 c96ec4c44d31e4df6da3ce904fd3c6d8f3548c2d
SourceCode/Bond/Servo/CPin.h
@@ -1,5 +1,6 @@
#pragma once
#include "CSample.h"
#include "Intent.h"
namespace SERVO {
@@ -28,8 +29,8 @@
      virtual CEquipment* getEquipment();
   public:
      int recvSample(CSample* pSample);
      int sendSample(CSample* pSample);
      int recvIntent(CIntent* pIntent);
      int sendIntent(CIntent* pIntent);
   private:
      std::string m_strName;