PStopAudioRES.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. // PStopAudioRES.h: interface for the PStopAudioRES class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_PSTOPAUDIORES_H__83DC29CB_26CE_4287_BC6B_C9F14BE96291__INCLUDED_)
  5. #define AFX_PSTOPAUDIORES_H__83DC29CB_26CE_4287_BC6B_C9F14BE96291__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "DataPackage.h"
  10. class PStopAudioRES : public CDataPackage  
  11. {
  12. public:
  13.          PStopAudioRES();
  14. virtual ~PStopAudioRES();
  15. virtual  bool assembleData( int user_id , bool success );
  16. virtual  bool parseData( CBuffer & buffer );
  17. int      user_id;
  18. bool     success;
  19. };
  20. #endif // !defined(AFX_PSTOPAUDIORES_H__83DC29CB_26CE_4287_BC6B_C9F14BE96291__INCLUDED_)