- /* Copyright (C) 1998, 1999 State University of New York at Stony Brook
- Author: Andrew V. Shuvalov ( andrew@ecsl.cs.sunysb.edu )
- Software license is located in file "COPYING"
- */
- #ifndef _acquisition_h_
- #define _acquisition_h_
- class acquisition_application
- {
- public:
- acquisition_application();
- };
- #endif // _acquisition_h_