Ignore:
Timestamp:
2001-03-05T13:54:26+13:00 (23 years ago)
Author:
say1
Message:

integrated the new mico package. updated corba to 2.3.7. fixed the c++ corba code. added error messages in the first few calls in the corba protocol. misc corba fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r2105 r2113  
    164164        homeextra += "</tr><tr valign=top>\n";
    165165         
     166          comerror_t err;
    166167          text_t optsite = "";
    167           text_t site_name = (*rprotolist_here).p->get_site_name ();
     168          text_t site_name = (*rprotolist_here).p->get_site_name (err);
    168169          if (!site_name.empty()) { optsite = "site="+site_name+"&"; }
    169170
Note: See TracChangeset for help on using the changeset viewer.