- Move macro for checking for GCC visibility support to a separate file

- Delete the "serialize()" method of concrete_environment, since useless


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@721 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-05 11:11:50 +00:00
parent 6152a06268
commit cd9a73ee0e
5 changed files with 94 additions and 63 deletions

View file

@ -155,12 +155,6 @@ namespace sgpem
~ConcreteEnvironment();
/// \brief Serializes the whole environment.
/// \see SerializeVisitor
virtual void
serialize(SerializeVisitor& translator) const;
private:
/// \brief The container of all Resource objecs.
/// Actually contains only DynamicResource objects.