Changeset 9932


Ignore:
Timestamp:
2005-05-23T16:37:50+12:00 (19 years ago)
Author:
kjdon
Message:

made the splitparams a public method so we can use it elsewhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/display.h

    r8727 r9932  
    117117
    118118typedef map<text_t, text_t, lttext_t> paramhashtype;
     119void splitparams (const text_t &paramstring, paramhashtype &paramhash);
    119120
    120121
     
    150151
    151152typedef vector<paramspec> paramspeclist;
     153
    152154
    153155
Note: See TracChangeset for help on using the changeset viewer.