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

Contents of /trunk/test-server/SalesItem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (show annotations) (download)
Mon May 28 14:41:33 2007 UTC (16 years, 11 months ago) by torben
File MIME type: text/plain
File size: 174 byte(s)
Implement a test-server (maybe)
1 #pragma once
2
3 struct SalesItem
4 {
5 bool isOk;
6 CString barcode;
7 CString description;
8 double price;
9 };
10
11 struct SalesItemLine
12 {
13 SalesItem item;
14 int count;
15 };

  ViewVC Help
Powered by ViewVC 1.1.20