/[H8]/trunk/test-server/TerminalSocket.h
ViewVC logotype

Diff of /trunk/test-server/TerminalSocket.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 111 by torben, Mon May 28 14:41:33 2007 UTC revision 112 by torben, Mon May 28 16:28:03 2007 UTC
# Line 14  class TerminalSocket : Line 14  class TerminalSocket :
14          int m_termid;          int m_termid;
15          double m_total;          double m_total;
16    
17    
18          std::vector<SalesItemLine> m_items;          std::vector<SalesItemLine> m_items;
19    
20  public:  public:
# Line 34  public: Line 35  public:
35          void AbortSessionPackage();//5          void AbortSessionPackage();//5
36          void GoodByePackage();//6          void GoodByePackage();//6
37    
38    
39            bool m_isOpen;
40          SalesItem FetchItemInfo(const CString& barcode);          SalesItem FetchItemInfo(const CString& barcode);
41  };  };

Legend:
Removed from v.111  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.20