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"
1.4.2