GME  13
PendingRequest.h
Go to the documentation of this file.
00001 // PendingRequest.h: interface for the CPendingRequest class.
00002 //
00004 
00005 #if !defined(AFX_PENDINGREQUEST_H__38524718_C794_45AF_ADE8_117CD7B0F1C2__INCLUDED_)
00006 #define AFX_PENDINGREQUEST_H__38524718_C794_45AF_ADE8_117CD7B0F1C2__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 
00013 class CPendingRequest  
00014 {
00015 public:
00016         CPendingRequest();
00017         virtual ~CPendingRequest();
00018         virtual void Execute(CGMEView *view) = 0;               // May be called only in READ_WRITE transactions !
00019 
00020 };
00021 
00022 #endif // !defined(AFX_PENDINGREQUEST_H__38524718_C794_45AF_ADE8_117CD7B0F1C2__INCLUDED_)