Changeset 8317


Ignore:
Timestamp:
2004-10-13T16:46:43+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed the istrstream to an istringstream, which is the modern way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/oaimain.cpp

    r8314 r8317  
    109109 
    110110  char *cstr = cgiargstring.getcstr();
    111   istrstream cgi_in(cstr, cgiargstring.size());
     111  istringstream cgi_in(cstr);
    112112
    113113  // parse the arguments
Note: See TracChangeset for help on using the changeset viewer.