acquisition.h
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:0k
源码类别:

mpeg/mp3

开发平台:

C/C++

  1. /* Copyright (C) 1998, 1999 State University of New York at Stony Brook
  2.    Author: Andrew V. Shuvalov ( andrew@ecsl.cs.sunysb.edu )
  3.    Software license is located in file "COPYING"
  4. */
  5. #ifndef _acquisition_h_
  6. #define _acquisition_h_
  7. class acquisition_application
  8. {
  9. public:
  10.   acquisition_application();
  11. };
  12. #endif // _acquisition_h_