PSendFile.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- // PSendFile.h: interface for the PSendFile class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PSENDFILE_H__009E2DE2_41EF_40F5_A859_843446526BA8__INCLUDED_)
- #define AFX_PSENDFILE_H__009E2DE2_41EF_40F5_A859_843446526BA8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "DataPackage.h"
- class PSendFile : public CDataPackage
- {
- public:
- PSendFile();
- virtual ~PSendFile();
- virtual bool assembleData( const char * user_name , int file_id , char * fbuffer , int fsize , int * id_list , int id_size );
- virtual bool parseData( char * buffer , int size );
- CString user_name;
- int file_id;
- char * fbuffer;
- int fsize;
- int * id_list;
- int id_size;
- };
- #endif // !defined(AFX_PSENDFILE_H__009E2DE2_41EF_40F5_A859_843446526BA8__INCLUDED_)