GME  13
PendingRequest.cpp
Go to the documentation of this file.
00001 // PendingRequest.cpp: implementation of the CPendingRequest class.
00002 //
00004 
00005 #include "stdafx.h"
00006 #include "GMEstd.h"
00007 #include "GMEview.h"
00008 #include "GMEApp.h"
00009 #include "PendingRequest.h"
00010 
00011 #ifdef _DEBUG
00012 #undef THIS_FILE
00013 static char THIS_FILE[]=__FILE__;
00014 #define new DEBUG_NEW
00015 #endif
00016 
00018 // Construction/Destruction
00020 
00021 CPendingRequest::CPendingRequest()
00022 {
00023 
00024 }
00025 
00026 CPendingRequest::~CPendingRequest()
00027 {
00028 
00029 }