ccutil/bits16.cpp

Go to the documentation of this file.
00001 
00020 #include          "mfcpch.h"
00021 #include          "bits16.h"
00022 
00026 BITS16::BITS16(                // constructor
00027                UINT16 init) {  // initial val
00028   val = init;
00029 }

Generated on Wed Feb 28 19:49:08 2007 for Tesseract by  doxygen 1.5.1