SourceCode/Bond/Servo/CPath.h
@@ -7,7 +7,7 @@
   public:
      CPath();
      CPath(unsigned int nSiteId);
      ~CPath();
      virtual ~CPath();
   public:
      void getDescription(std::string& strOut);
@@ -21,11 +21,14 @@
      ULONGLONG getInTime();
      void setOutTime(ULONGLONG time);
      ULONGLONG getOutTime();
      void processEnd();
      BOOL isProcessEnd();
   private:   
      unsigned int m_nSiteID;
      ULONGLONG m_timeIn;
      ULONGLONG m_timeOut;
      BOOL m_bProcessed;
      CPath* m_pPrev;
      CPath* m_pNext;
   };