Changeset 645 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/NativeCode.cpp
- Timestamp:
- Jun 17, 2008, 9:35:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/Lexical/NativeCode.cpp
r641 r645 140 140 void NativeCode::PutDllProcSchedule( const DllProc *pDllProc ) 141 141 { 142 pDllProc->Using();143 144 142 schedules.push_back( Schedule( pDllProc, GetSize() ) ); 145 143
Note:
See TracChangeset
for help on using the changeset viewer.