Changeset 2166


Ignore:
Timestamp:
2001-03-13T12:57:18+13:00 (23 years ago)
Author:
say1
Message:

added command to strip the corbaserver (makes it much smaller)

Location:
trunk/gsdl/src
Files:
2 edited

Legend:

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

    r2011 r2166  
    2828/*
    2929   $Log$
     30   Revision 1.32  2001/03/12 23:57:17  say1
     31   added command to strip the corbaserver (makes it much smaller)
     32
    3033   Revision 1.31  2001/02/19 02:02:00  sjboddie
    3134   Set mg's accumulator method back to 'list' as the recent change appeared
     
    430433    // retrieve the results
    431434    getresults (queryparams, queryresults);
    432 
    433435    return true;
    434436  }
     
    499501  // sort out the query string; copy it, remove all special characters
    500502  // and then convert it to a string in UTF8 format
     503  cout << " in  mgsearchclass::submitquery(1) " <<  endl;
    501504  text_t ttquerystring = queryparams.querystring;
    502505  filterquery (ttquerystring);
    503506  char *querystring = to_utf8(ttquerystring).getcstr();
    504507 
     508  cout << " in  mgsearchclass::submitquery(33) " <<  endl;
    505509  // submit the query
    506510  mgq_ask(querystring);
    507511
     512  cout << " in  mgsearchclass::submitquery(66) " <<  endl;
    508513  // destroy the temporary character array
    509514  delete querystring;
     515  cout << " in  mgsearchclass::submitquery(100) " <<  endl;
    510516}
    511517
  • trunk/gsdl/src/recpt/Makefile.in

    r2133 r2166  
    330330    echo -e building corbaserver
    331331    $(MLINK) $(RECPTLIB_OBJS) $(MLIBS)
     332    strip --strip-all --discard-all corbaserver
    332333
    333334# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Note: See TracChangeset for help on using the changeset viewer.