Changeset 2341 in Sophya


Ignore:
Timestamp:
Mar 10, 2003, 3:10:24 PM (23 years ago)
Author:
ansari
Message:

Compli avec SGI-CC -LANG:std et remplacement template <> pour SGI-CC par DECL_TEMP_SPEC - Reza 10/03/2003

Location:
trunk/SophyaLib/HiStats
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hisprof.cc

    r2312 r2341  
    329329
    330330
     331DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    331332void ObjFileIO<HProf>::ReadSelf(PInPersist& is)
    332333{
     
    360361}
    361362
     363DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    362364void ObjFileIO<HProf>::WriteSelf(POutPersist& os) const
    363365{
  • trunk/SophyaLib/HiStats/histos.cc

    r1413 r2341  
    11//
    2 // $Id: histos.cc,v 1.15 2001-02-20 18:29:48 ansari Exp $
     2// $Id: histos.cc,v 1.16 2003-03-10 14:10:24 ansari Exp $
    33//
    44
     
    14431443///////////////////////////////////////////////////////////
    14441444
     1445
     1446DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    14451447void ObjFileIO<Histo>::ReadSelf(PInPersist& is)
    14461448{
     
    14841486}
    14851487
     1488DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    14861489void ObjFileIO<Histo>::WriteSelf(POutPersist& os) const
    14871490{
  • trunk/SophyaLib/HiStats/histos2.cc

    r1783 r2341  
    14431443
    14441444
     1445DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    14451446void  ObjFileIO<Histo2D>::ReadSelf(PInPersist& is)
    14461447{
     
    15561557}
    15571558
     1559DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    15581560void ObjFileIO<Histo2D>::WriteSelf(POutPersist& os) const
    15591561{
  • trunk/SophyaLib/HiStats/ntuple.cc

    r1405 r2341  
    594594/* --Methode-- */
    595595//++
     596DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    596597void   ObjFileIO<NTuple>::WriteSelf(POutPersist& s)  const
    597598//
     
    627628/* --Methode-- */
    628629//++
     630DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    629631void  ObjFileIO<NTuple>::ReadSelf(PInPersist& s)
    630632//
  • trunk/SophyaLib/HiStats/xntuple.cc

    r2195 r2341  
    909909*/
    910910
     911DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    911912void   ObjFileIO<XNTuple>::WriteSelf(POutPersist& ppout) const
    912913{
     
    955956
    956957
     958DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    957959void   ObjFileIO<XNTuple>::ReadSelf(PInPersist& ppin)
    958960{
Note: See TracChangeset for help on using the changeset viewer.