Changeset 807 for trunk


Ignore:
Timestamp:
1999-12-06T14:14:57+13:00 (24 years ago)
Author:
sjboddie
Message:

fixed a couple of compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mggdbmsource.cpp

    r803 r807  
    2828/*
    2929   $Log$
     30   Revision 1.19  1999/12/06 01:14:57  sjboddie
     31   fixed a couple of compiler warnings
     32
    3033   Revision 1.18  1999/12/05 21:27:30  sjboddie
    3134   added support for multiple gsdlhomes and gdbmhome
     
    196199}
    197200
    198 bool mggdbmsourceclass::get_metadata (const text_t &requestParams, const text_t &refParams,
     201bool mggdbmsourceclass::get_metadata (const text_t &/*requestParams*/, const text_t &/*refParams*/,
    199202                      bool getParents, const text_tset &fields,
    200203                      const text_t &OID, MetadataInfo_tmap &metadata,
     
    278281    vector<infodbclass>::reverse_iterator end_info = info_array.rend();
    279282    MetadataInfo_t *tmetaptr = &this_metadata;
    280     int count = 0;
    281283    while (this_info != end_info) {
    282284
Note: See TracChangeset for help on using the changeset viewer.