Ignore:
Timestamp:
Apr 11, 2007, 6:12:56 PM (18 years ago)
Author:
ansari
Message:

Sw/SegDataBlock<T> rendu en principe ThreadSafe + changement numero de version SOPHYA et module BaseTools, Reza 11/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r3203 r3213  
    2727// Module version number - 2.0 , Jul 2006
    2828// Module version number - 2.02 , Fev07 Ajout NDataBlock::RenewObjId()
     29// Module version number - 2.1 ,  Avr07
     30//  - Nettoyage machdefs_mkmf.h
     31//  - Ajout classe ThSafeOp ---> NDataBlock<T> Sw/SegDataBlock<T> ThreadSafe
     32//     
    2933#define MOD_VERS   2.02
    3034
     
    5862  ModListP = new map<string, double>;
    5963 
    60 
    61   #ifdef xx__mac__
    62   //InitToolBox();
    63   //SIOUXSettings.initializeTB = FALSE;
    64   SIOUXSettings.autocloseonquit = FALSE;
    65   SIOUXSettings.asktosaveonclose = FALSE;
    66   SIOUXSettings.showstatusline = TRUE;
    67   #endif
    6864
    6965  // Initialisation des mecanismes PPF I/O
     
    206202  #ifdef __IBMCPP__
    207203  #ifdef SO_ARCH64
    208   compiler = const_cast<char *>("IBM-xlC ") ;
     204  compiler = const_cast<char *>("IBM-xlC (-q64)") ;
    209205  #else
    210   compiler = const_cast<char *>("IBM-xlC (-q64)") ;
     206  compiler = const_cast<char *>("IBM-xlC") ;
    211207  #endif
    212208  #endif
Note: See TracChangeset for help on using the changeset viewer.