Changeset 717 in dev for trunk/ab5.0/abdev/abdev/ExtensionLink.cpp
- Timestamp:
- Aug 13, 2008, 10:33:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/ExtensionLink.cpp
r625 r717 35 35 } 36 36 37 void CExtLink::load(char *path){ 37 void CExtLink::load( const std::string &path ) 38 { 38 39 char *buffer; 39 40 buffer=ReadBuffer_NonErrMsg(path); … … 82 83 } 83 84 } 84 void CExtLink::save(char *path){ 85 void CExtLink::save( const std::string &path ) 86 { 85 87 int i; 86 88 char buffer[8192];
Note: See TracChangeset
for help on using the changeset viewer.