LAPTOP-SNT8I5JK\Boounion
2025-03-25 9d3e2ee8831bdd443bce96590fc023b8af5c790a
SourceCode/Bond/Servo/CGlass.h
@@ -1,6 +1,7 @@
#pragma once
#include "Context.h"
#include <string>
#include "CPath.h"
namespace SERVO {
@@ -15,10 +16,14 @@
      virtual std::string toString();
      void setID(const char* pszID);
      std::string& getID();
      CPath* getPathWithSiteID(unsigned int nSiteId);
      CPath* getPath();
      void addPath(unsigned int nSiteId);
      void serialize(CArchive& ar);
   private:
      std::string m_strID;
      CPath* m_pPath;
   };
}