Changeset 471 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Mar 31, 2008, 10:24:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Program.h
r467 r471 9 9 10 10 bool isKickedFromEditor; 11 bool isShowDlg; 11 12 bool isDebugRun; 12 13 bool isAttach; … … 20 21 Program() 21 22 : isKickedFromEditor( false ) 23 , isShowDlg( false ) 22 24 , isDebugRun( false ) 23 25 , isAttach( false ) … … 49 51 { 50 52 return isKickedFromEditor; 53 } 54 55 bool IsShowDlg() const 56 { 57 return isShowDlg; 51 58 } 52 59
Note:
See TracChangeset
for help on using the changeset viewer.