|
<< Click to Display Table of Contents >> Navigation: Demos > 15 > C++ > DemoCPP_FastMM4 > UserSessionUnit.h |
//---------------------------------------------------------------------------
#ifndef UserSessionUnitH
#define UserSessionUnitH
//---------------------------------------------------------------------------
#include
#include
#include
#include
//---------------------------------------------------------------------------
class TIWUserSession : public TIWUserSessionBase
{
__published:// IDE-managed Components
private:// User declarations
public:// User declarations
__fastcall TIWUserSession(TComponent* Owner, TIWApplication* ASession);
};
extern TIWUserSession* UserSession();
#endif