SourceCode/Bond/Servo/CGlass.h
@@ -1,6 +1,11 @@ #pragma once #include "Context.h" #include <string> #include "CPath.h" #include "CJobDataA.h" #include "CJobDataB.h" #include "CJobDataC.h" #include "CJobDataS.h" namespace SERVO { @@ -15,9 +20,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; }; }