00001 /* 00002 * Copyright (c) 2000, 2020, Oracle and/or its affiliates. 00003 * 00004 * Licensed under the Universal Permissive License v 1.0 as shown at 00005 * http://oss.oracle.com/licenses/upl. 00006 */ 00007 #ifndef COH_POF_INTRINSIC_HPP 00008 #define COH_POF_INTRINSIC_HPP 00009 00010 #include "coherence/lang.ns" 00011 00012 00013 COH_OPEN_NAMESPACE3(coherence,io,pof) 00014 00015 00016 /** 00017 * PofIntrinsic is a marker interface for built-in POF types. 00018 * 00019 * @author mf 2013.03.27 00020 */ 00021 class COH_EXPORT PofIntrinsic 00022 : public interface_spec<PofIntrinsic> 00023 { 00024 }; 00025 00026 COH_CLOSE_NAMESPACE3 00027 00028 #endif // COH_POF_INTRINSIC