Show
Ignore:
Timestamp:
05/06/10 17:42:05 (14 years ago)
Author:
smidl
Message:

traffic agents -- pro BDM > r904

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r923 r927  
    307307        //! this method adds new id to its proper position and return the name of this position 
    308308        string store_id_and_give_name( enum T::log_level_enums const log_level_enum,  int enum_subindex, int id ) { 
    309                 int ids_len = ids(log_level_enum).length(); 
     309//              int ids_len = ids(log_level_enum).length(); <== compiler suggest to remove 
    310310                if( ids(log_level_enum).length() <= enum_subindex ) 
    311311                        ids(log_level_enum).set_size( enum_subindex+1, true );