Changeset 24970 for main


Ignore:
Timestamp:
2012-01-24T15:49:51+13:00 (12 years ago)
Author:
ak19
Message:

Dr Bainbridge noticed that previous commits to corba needed an additional change: corbaiface.idl needs the new method's definition added in as well. Still have compilation errors with corbainterface not getting generated from this even with enable-corba turned on when configuring, but this step is necessary regardless.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/corba/corbaiface.idl

    r15463 r24970  
    227227                   inout corbaFilterResponse response,
    228228                   inout corbaComError error);
    229 };
    230 
    231 };
     229  void      get_rss_items (const text_t &collection,
     230               const text_t &gsdlhome,
     231               text_t &rss_items,
     232               comerror_t &err,
     233               ostream &logout);
     234};
     235
     236};
Note: See TracChangeset for help on using the changeset viewer.