Ignore:
Timestamp:
2000-09-07T09:49:07+12:00 (24 years ago)
Author:
davidb
Message:

Improvements to corba implementation so images within a collection
are handled better and images in the remote site but not in the local
site are cached locally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/corba/gsdl/src/recpt/recptproto.cpp

    r533 r1509  
    2828/*
    2929   $Log$
     30   Revision 1.7.2.1  2000/09/06 21:49:06  davidb
     31
     32   Improvements to corba implementation so images within a collection
     33   are handled better and images in the remote site but not in the local
     34   site are cached locally.
     35
    3036   Revision 1.7  1999/09/07 04:56:59  sjboddie
    3137   added GPL notice
     
    6975bool recptproto::init (ostream &/*logout*/) {
    7076  return true;
     77}
     78
     79// get_site_name should return the name of the site used.
     80// This is trivially empty in the case of a null protocol.  If a remote
     81// connection to a site is being used then this should return the name
     82// used to label a site.
     83text_t recptproto::get_site_name () {
     84  return "";
    7185}
    7286
Note: See TracChangeset for help on using the changeset viewer.