mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
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;