Ignore:
Timestamp:
Aug 13, 2008, 10:33:58 PM (16 years ago)
Author:
dai
Message:

#188への対応。UserSettingディレクトリを廃止し、正規のユーザ空間ディレクトリを取り入れた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/History.cpp

    r631 r717  
    1616}
    1717
    18 void CHistory::load(char *path){
     18void CHistory::load( const std::string &path )
     19{
    1920    char temporary[MAX_PATH];
    2021
     
    3839    }
    3940}
    40 void CHistory::save(char *path){
     41void CHistory::save( const std::string &path )
     42{
    4143    char *buffer;
    4244    buffer=(char *)HeapAlloc(hHeap,0,iNum*MAX_PATH+1);
Note: See TracChangeset for help on using the changeset viewer.