Changeset 805 for trunk


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

macrofiles is now a set to allow for multiple gsdlhomes

File:
1 edited

Legend:

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

    r777 r805  
    2828/*
    2929   $Log$
     30   Revision 1.24  1999/12/06 01:13:02  sjboddie
     31   macrofiles is now a set to allow for multiple gsdlhomes
     32
    3033   Revision 1.23  1999/11/09 02:26:20  sjboddie
    3134   added some new(ish) options
     
    165168  // macrofiles
    166169  textout << outconvert << "<tr valign=top><th>macrofiles</th><td>";
    167   text_tarray::const_iterator macrohere = rcinfo.macrofiles.begin ();
    168   text_tarray::const_iterator macroend = rcinfo.macrofiles.end ();
     170  text_tset::const_iterator macrohere = rcinfo.macrofiles.begin ();
     171  text_tset::const_iterator macroend = rcinfo.macrofiles.end ();
    169172  bool macrofirst = true;
    170173  while (macrohere != macroend) {
     
    874877  // check to make sure status.dm was read in
    875878  const recptconf &rcinfo = recpt->get_configinfo ();
    876   text_tarray::const_iterator macrohere = rcinfo.macrofiles.begin ();
    877   text_tarray::const_iterator macroend = rcinfo.macrofiles.end ();
     879  text_tset::const_iterator macrohere = rcinfo.macrofiles.begin ();
     880  text_tset::const_iterator macroend = rcinfo.macrofiles.end ();
    878881  while (macrohere != macroend) {
    879882    if (*macrohere == "status.dm") break;
Note: See TracChangeset for help on using the changeset viewer.