/[H8]/trunk/h8server/Containers.h
ViewVC logotype

Annotation of /trunk/h8server/Containers.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (hide annotations) (download)
Fri May 25 08:34:08 2007 UTC (17 years ago) by kevin
File MIME type: text/plain
File size: 312 byte(s)
added test program and fixed some log problems
1 kevin 87 /*
2     * Primary developers: Hedin & Kevin
3     */
4    
5     #pragma once
6    
7     #include <vector>
8     using namespace std;
9    
10     class Equipment
11     {
12     public:
13     CString barcode, description, price;
14     };
15    
16     class log
17     {
18     public:
19     CString logID, price, barcode, quantity, sum;
20 kevin 100 };
21    
22     class translog
23     {
24     public:
25     CString logID;
26 kevin 87 };

  ViewVC Help
Powered by ViewVC 1.1.20