Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

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

    r1679 r1860  
    4545bool recptproto::init (ostream &/*logout*/) {
    4646  return true;
     47}
     48
     49// get site name should return the name of the site used.
     50// This is trivially empty in the case of a null protocol.  If a remote
     51// connection to a site is being used then this should return the name
     52// used to label a site
     53text_t recptproto::get_site_name() {
     54  return "";
    4755}
    4856
Note: See TracChangeset for help on using the changeset viewer.