|
<< Click to Display Table of Contents >> Navigation: Demos > 15 > C++ > Cache > OneTimeCache > ServerController.h |
//---------------------------------------------------------------------------
#ifndef ServerControllerH
#define ServerControllerH
//---------------------------------------------------------------------------
#include
#include
#include
#include
#include "UserSessionUnit.h"
//---------------------------------------------------------------------------
class TIWServerController : public TIWServerControllerBase
{
__published:// IDE-managed Components
void __fastcall IWServerControllerBaseNewSession(
TIWApplication *ASession);
private:// User declarations
public:// User declarations
__fastcall TIWServerController(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TIWServerController* IWServerController();
//---------------------------------------------------------------------------
#endif