Changeset 8594 for code/branches/presentation/src/libraries/util
- Timestamp:
- May 26, 2011, 1:57:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/libraries/util/Exception.h
r7401 r8594 110 110 virtual const std::string& getDescription() const { return this->description_; } 111 111 //! Returns the line number on which the exception occurred. 112 virtual const unsigned int getLineNumber()const { return this->lineNumber_; }112 virtual unsigned int getLineNumber() const { return this->lineNumber_; } 113 113 //! Returns the function in which the exception occurred. 114 114 virtual const std::string& getFunctionName() const { return this->functionName_; }
Note: See TracChangeset
for help on using the changeset viewer.