#include <HSharedKey.h>
Public Member Functions | |
virtual TK_Status | Clone (BStreamFileToolkit &tk, BBaseOpcodeHandler **handler) const |
TK_PIShell (HSharedKey *persIdent) |
TK_PIShell::TK_PIShell | ( | HSharedKey * | persIdent | ) | [inline] |
Constructs a TK_PIShell object.
persIdent | A pointer to the shared key that you want to associate with this object. |
virtual TK_Status TK_PIShell::Clone | ( | BStreamFileToolkit & | tk, | |
BBaseOpcodeHandler ** | handler | |||
) | const [virtual] |
This method makes a copy of itself and return a pointer to the newly created object.
tk | A reference to the BStreamFileToolkit object. | |
handler | The method will return a pointer to a copy of itself. |