mrDarker
2025-06-23 bfc9e3dec34e108e2b4c3d0bfe19c5c16914fdff
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;