Ignore:
Timestamp:
1999-05-10T15:40:44+12:00 (25 years ago)
Author:
sjboddie
Message:

lots of changes - slowly getting document action sorted out

File:
1 edited

Legend:

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

    r248 r257  
    1212/*
    1313   $Log$
     14   Revision 1.6  1999/05/10 03:40:41  sjboddie
     15   lots of changes - slowly getting document action sorted out
     16
    1417   Revision 1.5  1999/04/30 01:59:41  sjboddie
    1518   lots of stuff - getting documentaction working (documentaction replaces
     
    166169}
    167170
     171void nullproto::get_document (const text_t &collection,
     172                  const DocumentRequest_t &request,
     173                  DocumentResponse_t &response,
     174                  comerror_t &err, ostream &logout) {
     175  collectserver *cserver = cservers.getcollectserver (collection);
     176  if (cserver != NULL) cserver->get_document (request, response, err, logout);
     177  else err = protocolError;
     178}
Note: See TracChangeset for help on using the changeset viewer.