~ubuntu-branches/ubuntu/karmic/psi/karmic

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2006-01-20 00:20:36 UTC
  • mto: (2.1.8 hardy) (6.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060120002036-4aoz7faf1s2ilb60
Tags: upstream-0.10
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
        // seed the random number generator
362
362
        srand(time(NULL));
363
363
 
364
 
        dtcp_port = 8000;
 
364
        //dtcp_port = 8000;
365
365
        for(int n = 1; n < argc; ++n) {
366
366
                QString str = argv[n];
367
367
                QString var, val;
383
383
                //      link_test = true;
384
384
        }
385
385
 
386
 
        if(link_test)
387
 
                printf("Link test enabled\n");
 
386
        //if(link_test)
 
387
        //      printf("Link test enabled\n");
388
388
 
389
389
        // silly winsock workaround
390
390
        //QSocketDevice *d = new QSocketDevice;