LAPTOP-SNT8I5JK\Boounion
2025-08-15 697fa6b857fe202fe2e5f50d4ecf2c7268e527cc
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;