Ignore:
Timestamp:
2000-04-06T23:11:40+12:00 (24 years ago)
Author:
cs025
Message:

Corba improvements; tidied client initialisation in corbaproto and also
added a number of changes to the main trunk which somehow had not made
it into the corba branch via update before its instantiation.

Also the dated use of the GSDL_GSDLHOME macro was removed, at the expense
of some particularly poor code in corbaserver where log file creation is
now nowhere near so elegant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/colservr/queryfilter.cpp

    r990 r1074  
    2828/*
    2929   $Log$
     30   Revision 1.22.2.1  2000/04/06 11:11:37  cs025
     31   Corba improvements; tidied client initialisation in corbaproto and also
     32   added a number of changes to the main trunk which somehow had not made
     33   it into the corba branch via update before its instantiation.
     34
     35   Also the dated use of the GSDL_GSDLHOME macro was removed, at the expense
     36   of some particularly poor code in corbaserver where log file creation is
     37   now nowhere near so elegant.
     38
    3039   Revision 1.22  2000/02/29 01:35:56  sjboddie
    3140   tidied up endianness and fastcgi
     
    706715  vector<queryparamclass> queryfilterparams;
    707716  parse_query_params (request, queryfilterparams, startresults,
    708               endresults, phrasematch, logout); 
     717              endresults, phrasematch, logout);
    709718 
    710719  // do query
Note: See TracChangeset for help on using the changeset viewer.