Changeset 2341 in Sophya for trunk/SophyaLib/HiStats/hisprof.cc


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

File:
1 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{
Note: See TracChangeset for help on using the changeset viewer.