Changeset 2823 in Sophya
- Timestamp:
- Oct 12, 2005, 3:08:20 PM (20 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.h
r2805 r2823 86 86 //! \endcond 87 87 /*! Returns an iterator pointing on the first variable in the list */ 88 inline ValList::const_iterator Begin() { return(mvlist.begin()); }88 inline ValList::const_iterator Begin() const { return(mvlist.begin()); } 89 89 /*! Returns the iterator end value */ 90 inline ValList::const_iterator End() { return(mvlist.end()); }90 inline ValList::const_iterator End() const { return(mvlist.end()); } 91 91 92 92 -
trunk/SophyaLib/BaseTools/sversion.h
r2794 r2823 3 3 4 4 #define SOPHYA_VERSION 1.9 5 #define SOPHYA_REVISION 006 #define SOPHYA_TAG "V_ Mai2005"5 #define SOPHYA_REVISION 10 6 #define SOPHYA_TAG "V_Oct2005" 7 7 8 8 #endif
Note:
See TracChangeset
for help on using the changeset viewer.