//===========================================================================// // File: memblock.tst // // Project: MUNGA Brick: Memory Manager // // Contents: Test functions for memoryblock classes // //---------------------------------------------------------------------------// // Date Who Modification // // -------- --- ---------------------------------------------------------- // // 10/23/94 JMA Initial coding. // //---------------------------------------------------------------------------// // Copyright (C) 1994, Virtual World Entertainment, Inc. All Rights reserved // // PROPRIETARY AND CONFIDENTIAL // //===========================================================================// //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MemoryBlock ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // //############################################################################# //############################################################################# // Logical MemoryBlock::TestClass() { DEBUG_STREAM << "Starting MemoryBlock test...\n"; Tell(" MemoryBlock::TestClass() is stubbed out!\n"); return False; } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MemoryStack ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // //########################################################################### //########################################################################### // Logical MemoryStack::TestClass() { DEBUG_STREAM << "Starting MemoryStack test...\n"; Tell(" MemoryStack::TestClass() is stubbed out!\n"); return False; }