Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

oglobalsettingsdemo.cpp

Go to the documentation of this file.
00001 #include <opie2/oglobalsettings.h>
00002 #include <stdio.h>
00003 
00004 using namespace Opie::Core;
00005 
00006 int main( int argc, char** argv )
00007 {
00008     printf( "current debugmode seems to be '%d'\n", OGlobalSettings::debugMode() );
00009     printf( "output information for this mode is '%s'\n", (const char*) OGlobalSettings::debugOutput() );
00010 
00011     return 0;
00012 
00013 }
00014 
00015 //#include "moc/oconfigdemo.moc"

Generated on Sat Nov 5 16:15:59 2005 for OPIE by  doxygen 1.4.2