MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / CPsDecode

Method CPsDecode

PsDecode.cpp:35–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33struct tsBimEnum asBimEnums[];
34
35CPsDecode::CPsDecode(CwindowBuf* pWBuf,CDocLog* pLog)
36{
37 // Save copies of class pointers
38 m_pWBuf = pWBuf;
39 m_pLog = pLog;
40
41 // Ideally this would be passed by constructor, but simply access
42 // directly for now.
43 CJPEGsnoopApp* pApp;
44 pApp = (CJPEGsnoopApp*)AfxGetApp();
45 m_pAppConfig = pApp->m_pAppConfig;
46
47 Reset();
48}
49
50void CPsDecode::Reset()
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected