Changeset 717 in dev for trunk/ab5.0/abdev/abdev/History.cpp
- Timestamp:
- Aug 13, 2008, 10:33:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/History.cpp
r631 r717 16 16 } 17 17 18 void CHistory::load(char *path){ 18 void CHistory::load( const std::string &path ) 19 { 19 20 char temporary[MAX_PATH]; 20 21 … … 38 39 } 39 40 } 40 void CHistory::save(char *path){ 41 void CHistory::save( const std::string &path ) 42 { 41 43 char *buffer; 42 44 buffer=(char *)HeapAlloc(hHeap,0,iNum*MAX_PATH+1);
Note:
See TracChangeset
for help on using the changeset viewer.