Changeset 19505 for gsdl/trunk


Ignore:
Timestamp:
2009-05-18T13:25:24+12:00 (15 years ago)
Author:
ak19
Message:

w32server writes URL pending for the URL property into the llssite.cfg file in order to indicate to GLI that 1. GSI has been launched with llssite.cfg (instead of glisite.cfg) but that 2. The actual server is not yet running as the Enter Library hasn't been pressed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/fnord.cpp

    r19289 r19505  
    359359    write_settings(gsdl_url);
    360360
    361     if (gsdl_port_num != 80)
     361    if (gsdl_port_num != 80) {
    362362      url += ":" + text_t(gsdl_port_num);
    363 
     363    }
    364364    url += gsdl_enterlib;
    365365
     
    10541054   
    10551055    SetFocus (Enter);
    1056    
     1056       
     1057    // Since we have not entered the library yet, set the URL in the configfile to pending state
     1058    gsdl_url = "URL_pending";
     1059    write_settings(gsdl_url);
     1060
    10571061    enterstring = strenterlib;
    10581062    paint_window (pdc, windowRect);
Note: See TracChangeset for help on using the changeset viewer.