/home/mob/svn/appWeb/1.2.3/mpr/mpr.cpp File Reference


Detailed Description

Library and application initialization.

The user instantiates the MR class in their application, typically in main(). Users can initialize the library by creating an instance of the Mpr class, or they can start the Mpr services such as the thread-task, timer and select modules.

Usage (FUTURE -- code): Mpr *mpr = new Mpr("trace.log:2"); // Mandatory mpr->configure("myProduct.xml"); // Optional mpr->start(); // Optional Full MR usage enabled here delete mpr; // Mandatory

This module is thread-safe.

#include "mpr.h"


Functions

void mprSetDebugMode (bool on)

Function Documentation

void mprSetDebugMode bool  on  ) 
 

Turn on debug mode. Various timeouts and timers are disabled to make debugging easier.

© Mbedthis Software LLC, 2003-2004. All rights reserved. Mbedthis is a trademark of Mbedthis Software LLC.