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

kdoctools

  • kdoctools
main.cpp
1#include <string.h>
2#include <sys/time.h>
3#include <unistd.h>
4#include <libxml/xmlversion.h>
5#include <libxml/xmlmemory.h>
6#include <libxml/debugXML.h>
7#include <libxml/HTMLtree.h>
8#include <libxml/xmlIO.h>
9#include <libxml/parserInternals.h>
10#include <libxslt/xsltconfig.h>
11#include <libxslt/xsltInternals.h>
12#include <libxslt/transform.h>
13#include <libxslt/xsltutils.h>
14#include <tqstring.h>
15#include <tdestandarddirs.h>
16#include <kinstance.h>
17#include <kdebug.h>
18#include <stdlib.h>
19#include "tdeio_help.h"
20#include <xslt.h>
21
22extern int xmlLoadExtDtdDefaultValue;
23
24extern "C"
25{
26 TDE_EXPORT int kdemain( int argc, char **argv )
27 {
28 TDEInstance instance( "tdeio_help" );
29 fillInstance(instance);
30 (void)instance.config(); // we need this one to make sure system globals are read
31
32 kdDebug(7101) << "Starting " << getpid() << endl;
33
34 if (argc != 4)
35 {
36 fprintf(stderr, "Usage: tdeio_help protocol domain-socket1 domain-socket2\n");
37 exit(-1);
38 }
39
40 LIBXML_TEST_VERSION
41 xmlSubstituteEntitiesDefault(1);
42 xmlLoadExtDtdDefaultValue = 1;
43
44 HelpProtocol slave(false, argv[2], argv[3]);
45 slave.dispatchLoop();
46
47 kdDebug(7101) << "Done" << endl;
48 return 0;
49 }
50}
51
52
53

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.9.4
This website is maintained by Timothy Pearson.