15 lines
191 B
C++
15 lines
191 B
C++
/*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
class CSxApwMyContext //: public CSxApwTheirContext
|
|
{
|
|
typedef CSxApwTheirContext Base;
|
|
public:
|
|
CSxApwMyContext();
|
|
~CSxApwMyContext();
|
|
|
|
HRESULT Init();
|
|
};
|