Changeset 2823 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Oct 12, 2005, 3:08:20 PM (20 years ago)
Author:
ansari
Message:

Ajout declaration const ds dvlist.h + chgt num version - Reza 12/10/2005

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/dvlist.h

    r2805 r2823  
    8686//!  \endcond
    8787/*! 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()); }
    8989/*! Returns the iterator end value */
    90   inline ValList::const_iterator End() { return(mvlist.end()); }
     90  inline ValList::const_iterator End() const { return(mvlist.end()); }
    9191 
    9292
  • trunk/SophyaLib/BaseTools/sversion.h

    r2794 r2823  
    33
    44#define SOPHYA_VERSION   1.9
    5 #define SOPHYA_REVISION  00
    6 #define SOPHYA_TAG       "V_Mai2005"
     5#define SOPHYA_REVISION  10
     6#define SOPHYA_TAG       "V_Oct2005"
    77
    88#endif
Note: See TracChangeset for help on using the changeset viewer.