新增了PQDIF补招线程,导入了新的lib库
This commit is contained in:
24
LFtid1056/pqdif/include/proc_not.h
Normal file
24
LFtid1056/pqdif/include/proc_not.h
Normal file
@@ -0,0 +1,24 @@
|
||||
// File name: $Workfile: proc_not.h $
|
||||
// Last modified: $Modtime: 2/05/98 2:48p $
|
||||
// Last modified by: $Author: Rob $
|
||||
//
|
||||
// VCS archive path: $Archive: /Hank/DMM/FirmWare/Level3/ObDatMgr/proc_not.h $
|
||||
// VCS revision: $Revision: 3 $
|
||||
|
||||
// class CPQDIF_SP_Nothing
|
||||
|
||||
class CPQDIF_SP_Nothing : public CPQDIF_StreamProcessor
|
||||
{
|
||||
public:
|
||||
CPQDIF_SP_Nothing();
|
||||
~CPQDIF_SP_Nothing();
|
||||
|
||||
// Attributes
|
||||
public:
|
||||
|
||||
// Operations
|
||||
public:
|
||||
virtual bool StreamEncode( void );
|
||||
virtual bool StreamDecode( void );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user