Changeset 432 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-08-03T15:32:53+12:00 (25 years ago)
Author:
sjboddie
Message:

added ability to set receptionist from configuration files

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r398 r432  
    1212/*
    1313   $Log$
     14   Revision 1.15  1999/08/03 03:31:43  sjboddie
     15   added ability to set receptionist from configuration files
     16
    1417   Revision 1.14  1999/07/16 03:41:29  sjboddie
    1518   changed isApprox
     
    9194  numBytes=0;
    9295  format.erase(format.begin(), format.end());
     96  receptionist.clear();
    9397}
    9498
  • trunk/gsdl/src/recpt/comtypes.h

    r398 r432  
    5252
    5353// ColInfoResponse ::= SEQUENCE {
    54 //   shortInfo   [0] IMPLICIT ShortCollectionInfo,
    55 //   isPublic    [2] IMPLICIT BOOLEAN,    -- whether has anonymous access
    56 //   isBeta      [3] IMPLICIT BOOLEAN,    -- beta if still under development
    57 //   buildDate   [4] IMPLICIT GeneralizedTime,
    58 //   languages   [5] IMPLICIT StringSet,  -- languages in the collection
    59 //   numDocs     [6] IMPLICIT INTEGER,
    60 //   numWords    [7] IMPLICIT INTEGER OPTIONAL,
    61 //   numBytes    [8] IMPLICIT INTEGER OPTIONAL
    62 //   format      [9] IMPLICIT StringSet
     54//   shortInfo     [0]  IMPLICIT ShortCollectionInfo,
     55//   isPublic      [2]  IMPLICIT BOOLEAN,    -- whether has anonymous access
     56//   isBeta        [3]  IMPLICIT BOOLEAN,    -- beta if still under development
     57//   buildDate     [4]  IMPLICIT GeneralizedTime,
     58//   languages     [5]  IMPLICIT StringSet,  -- languages in the collection
     59//   numDocs       [6]  IMPLICIT INTEGER,
     60//   numWords      [7]  IMPLICIT INTEGER OPTIONAL,
     61//   numBytes      [8]  IMPLICIT INTEGER OPTIONAL
     62//   format        [9]  IMPLICIT StringSet
     63//   receptionist  [10] IMPLICIT GeneralString
    6364// }
    6465struct ColInfoResponse_t {
     
    7576  unsigned long numBytes; // 0 if not known
    7677  text_tmap format;
     78  text_t receptionist;
    7779};
    7880
Note: See TracChangeset for help on using the changeset viewer.