Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/etc/Job/ClientData.hpp

Go to the documentation of this file.
00001 // Definition of struct clientData
00002 #ifndef __J2K__ClientData_HPP__
00003 #define __J2K__ClientData_HPP__
00004 
00005 #include <j2k/Fred/StdTypes.hpp>
00006 
00007 struct clientData 
00008 {
00009    size_t accountNumber;
00010    char   lastName[ 15 ];
00011    char   firstName[ 10 ];
00012    float  balance;
00013 };
00014 
00015 #endif

Generated on Sun Oct 14 18:46:31 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001