#include <dsmccbiop.h>
Public Member Functions | |
| virtual | ~ProfileBody () |
| virtual DSMCCCacheReference * | GetReference ()=0 |
| virtual int | Process (const unsigned char *)=0 |
Definition at line 95 of file dsmccbiop.h.
| virtual ProfileBody::~ProfileBody | ( | ) | [inline, virtual] |
Definition at line 98 of file dsmccbiop.h.
| virtual DSMCCCacheReference* ProfileBody::GetReference | ( | ) | [pure virtual] |
Implemented in ProfileBodyFull, and ProfileBodyLite.
Referenced by DSMCCCache::AddDirInfo(), DSMCCCache::AddFileInfo(), BiopIor::AddTap(), and Dsmcc::ProcessDownloadServerInitiate().
| virtual int ProfileBody::Process | ( | const unsigned char * | ) | [pure virtual] |
Implemented in ProfileBodyFull, and ProfileBodyLite.
Referenced by BiopIor::Process().
1.6.3