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/ExtensionLink.cpp

    r625 r717  
    3535}
    3636
    37 void CExtLink::load(char *path){
     37void CExtLink::load( const std::string &path )
     38{
    3839    char *buffer;
    3940    buffer=ReadBuffer_NonErrMsg(path);
     
    8283    }
    8384}
    84 void CExtLink::save(char *path){
     85void CExtLink::save( const std::string &path )
     86{
    8587    int i;
    8688    char buffer[8192];
Note: See TracChangeset for help on using the changeset viewer.