Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/collectserver.cpp

    r1459 r1860  
    9191    else if (key == "building" && cfgline.size() == 2)
    9292      collectinfo.building[cfgline[0]] = cfgline[1];
     93    else if (key == "httpdomain") collectinfo.httpdomain = value;
     94    else if (key == "httpprefix") collectinfo.httpprefix = value;
    9395    else if (key == "receptionist") collectinfo.receptionist = value;
    9496    else if (key == "buildtype") collectinfo.buildType = value;
Note: See TracChangeset for help on using the changeset viewer.