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

Password:

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

ODEBUGX.H

Go to the documentation of this file.
00001 #ifndef __ODEBUGX_H
00002 #define __ODEBUGX_H
00003 
00004 //---------- define class DebugX ----------//
00006 class DebugX {
00007 public:
00008     char  debug_session;
00009 
00010 public:
00011     DebugX();
00012     ~DebugX() {}
00013 
00014     int is_debug();
00015 };
00016 
00017 extern DebugX debugx;
00018 #endif

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