• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdoctools
 

kdoctools

main_ghelp.cpp

00001 #include <string.h>
00002 #include <sys/time.h>
00003 #include <unistd.h>
00004 #include <libxml/xmlversion.h>
00005 #include <libxml/xmlmemory.h>
00006 #include <libxml/debugXML.h>
00007 #include <libxml/HTMLtree.h>
00008 #include <libxml/xmlIO.h>
00009 #include <libxml/parserInternals.h>
00010 #include <libxslt/xsltconfig.h>
00011 #include <libxslt/xsltInternals.h>
00012 #include <libxslt/transform.h>
00013 #include <libxslt/xsltutils.h>
00014 #include <tqstring.h>
00015 #include <kstandarddirs.h>
00016 #include <kinstance.h>
00017 #include <kdebug.h>
00018 #include <stdlib.h>
00019 #include "tdeio_help.h"
00020 #include <xslt.h>
00021 
00022 extern int xmlLoadExtDtdDefaultValue;
00023 
00024 extern "C"
00025 {
00026     KDE_EXPORT int kdemain( int argc, char **argv )
00027     {
00028         TDEInstance instance( "tdeio_ghelp" );
00029         fillInstance(instance);
00030         (void)instance.config(); // we need this one to make sure system globals are read
00031 
00032         kdDebug(7101) << "Starting " << getpid() << endl;
00033 
00034         if (argc != 4)
00035         {
00036             fprintf(stderr, "Usage: tdeio_ghelp protocol domain-socket1 domain-socket2\n");
00037             exit(-1);
00038         }
00039 
00040         LIBXML_TEST_VERSION
00041         xmlSubstituteEntitiesDefault(1);
00042         xmlLoadExtDtdDefaultValue = 1;
00043 
00044         HelpProtocol slave( true, argv[2], argv[3] );
00045         slave.dispatchLoop();
00046 
00047         kdDebug(7101) << "Done" << endl;
00048         return 0;
00049     }
00050 }
00051 
00052 
00053 

kdoctools

Skip menu "kdoctools"
  • Main Page
  • File List
  • Related Pages

kdoctools

Skip menu "kdoctools"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kdoctools by doxygen 1.7.1
This website is maintained by Timothy Pearson.