Changeset 251 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Apr 23, 1999, 11:01:39 AM (26 years ago)
Author:
ansari
Message:

Compil egcs Reza 23/04/99

Location:
trunk/SophyaLib/BaseTools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/pexceptions.h

    r242 r251  
    1515        public:
    1616                explicit PThrowable(const string& m) : msg(m) {}
     17                virtual ~PThrowable() { }
    1718                virtual string const& Msg() const  {return msg;}
    1819        private:
  • trunk/SophyaLib/BaseTools/ppersist.cc

    r241 r251  
    11#include "machdefs.h"
     2#include <stdio.h>
     3#include <sys/types.h>
     4#include <time.h>
    25#include "pexceptions.h"
    3 #include <stdio.h>
    46#include "peidainit.h"
    57#include "ppersist.h"
Note: See TracChangeset for help on using the changeset viewer.