#include <deprecationmgr.h>
Public Member Functions | |
| ~DeprecationMgr (void) | |
| bool | AddDeprecatedFunction (const char *OldFunctionName, const char *NewFunctionName, const void *FramePtr) |
Static Public Member Functions | |
| static DeprecationMgr & | GetInstance () |
Classes | |
| struct | DeprecatedFunction |
Noel Llopis -- 11/20/2000
| DeprecationMgr::~DeprecationMgr | ( | void | ) | [inline] |
| static DeprecationMgr& DeprecationMgr::GetInstance | ( | void | ) | [inline, static] |
| bool DeprecationMgr::AddDeprecatedFunction | ( | const char * | OldFunctionName, | |
| const char * | NewFunctionName, | |||
| const void * | FramePtr | |||
| ) | [inline] |