Changeset 9658 for code/branches/core6/src/libraries/core/command
- Timestamp:
- Aug 18, 2013, 4:41:37 PM (11 years ago)
- Location:
- code/branches/core6/src/libraries/core/command
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/command/Shell.cc
r9578 r9658 55 55 const OutputLevel User = level::user_info; 56 56 } 57 58 RegisterClassNoArgs(Shell); 57 59 58 60 /** -
code/branches/core6/src/libraries/core/command/Shell.h
r9574 r9658 109 109 }; 110 110 111 Shell(const std::string& consoleName , bool bScrollable);111 Shell(const std::string& consoleName = "", bool bScrollable = true); 112 112 ~Shell(); 113 113
Note: See TracChangeset
for help on using the changeset viewer.