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