Skip to content
  • David Anderson's avatar
    - GUI RPC: in the structures used in the C++ interface to GUI RPC, · 86582342
    David Anderson authored
        change various std::string to char[n], to improve performance.
    
    NOTE: std::string should ONLY be used in cases where there is
    no a priori limit on string length.
    If there's a limit (e.g. because the string originates in
    a fixed-size database field) always use char[n].
    
    svn path=/trunk/boinc/; revision=20877
    86582342