Changeset 588 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 10, 2008, 3:10:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Delegate.h
r587 r588 57 57 } 58 58 59 void SetSourceIndex( int sourceIndex )59 int GetSourceIndex() const 60 60 { 61 this->sourceIndex =sourceIndex;61 return sourceIndex; 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.