Changeset 668 in Sophya for trunk/SophyaLib/SkyT/radspec.h


Ignore:
Timestamp:
Nov 29, 1999, 3:16:10 PM (26 years ago)
Author:
ansari
Message:

Ajout de classes deleguees PPersist et correction integration - Sophie 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/radspec.h

    r607 r668  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: radspec.h,v 1.2 1999-11-20 21:00:50 ansari Exp $
     4//      $Id: radspec.h,v 1.3 1999-11-29 14:16:06 ansari Exp $
    55//
    66// Description:
     
    1818
    1919#include "specresp.h"
    20 
     20#include "objfio.h"
    2121//              ---------------------
    2222//              -- Class Interface --
     
    7676
    7777  virtual void      Print(ostream& os)  const;
     78  virtual void ReadSelf(PInPersist& s) = 0;
     79  virtual void WriteSelf(POutPersist& s) = 0;
    7880
    7981protected:
Note: See TracChangeset for help on using the changeset viewer.