00001
00002
00003
00004
00005
00006
00007 #ifndef COH_EVOLVABLE_PORTABLE_OBJECT_HPP
00008 #define COH_EVOLVABLE_PORTABLE_OBJECT_HPP
00009
00010 #include "coherence/lang.ns"
00011
00012 #include "coherence/io/Evolvable.hpp"
00013 #include "coherence/io/pof/PortableObject.hpp"
00014
00015 COH_OPEN_NAMESPACE3(coherence,io,pof)
00016
00017 using coherence::io::Evolvable;
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 class EvolvablePortableObject
00033 : public interface_spec<EvolvablePortableObject,
00034 implements<PortableObject, Evolvable> >
00035 {
00036 };
00037
00038 COH_CLOSE_NAMESPACE3
00039
00040 #endif // COH_EVOLVABLE_PORTABLE_OBJECT_HPP