Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

ODEBUGX.CPP Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ODEBUGX.CPP

Go to the documentation of this file.
00001 #include <ODEBUGX.H>
00002 #include <OMISC.H>
00003 
00004 //------------- begin of function DebugX::DebugX -------------//
00005 DebugX::DebugX() {
00006     debug_session = m.is_file_exist("DEBUG.SYS");
00007     int debug = 0;
00008 }
00009 
00010 //------------- end of function DebugX::DebugX -------------//
00011 
00012 //----------- begin of function DebugX::is_debug() -----------//
00013 int DebugX::is_debug() {
00014     return debug_session;
00015 }
00016 
00017 //----------- end of function DebugX::is_debug() -----------//

Generated on Fri Aug 23 01:37:20 2002 for VirtualU by doxygen1.2.17