LAPTOP-SNT8I5JK\Boounion
2025-09-19 334b16b4abb4cbe3d1d4e4f211efd6f4468ae09f
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;