Ignore:
Timestamp:
2012-01-23T19:05:51+13:00 (12 years ago)
Author:
ak19
Message:

Fixed copy and paste errors in recent commits and removed some unused comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/corba/corbaproto.mpp

    r24959 r24961  
    687687  // convert all the requisite structures into their CORBA form
    688688  corbaconv_text_t::getCorbatext(collection,corbaCollection);
    689   corbaconv_text_t::getCorbatext(collection,corbaGsdlHome);
    690   corbaconv_text_t::getCorbatext(collection,corbaRssItems);
     689  corbaconv_text_t::getCorbatext(gsdlhome,corbaGsdlHome);
     690  corbaconv_text_t::getCorbatext(rss_items,corbaRssItems);
    691691
    692692  // get the corba client reference
     
    699699  // convert the response back to normal form
    700700  rss_items = corbaRssItems;
    701 
    702   //  text_t rss_filename = filename_cat(gsdlhome,"collect",collection,"index","rss-items.rdf");
    703   //if (!read_file(rss_filename,rss_items)) { // read contents of file rss_filename into the string rss_items
    704   //  err = protocolError; // else an error occurred
    705   //}
    706701}
    707702
Note: See TracChangeset for help on using the changeset viewer.