00001 #ifndef MANGO_OWNED_FWD_H 00002 #define MANGO_OWNED_FWD_H 00003 00023 #include "OwnershipTypes.hh" 00024 00029 namespace MangoPtr 00030 { 00031 00032 template <typename OType, OwnershipType = OStrict> 00033 class Owned; 00034 00035 } 00036 00037 #endif // MANGO_OWNED_FWD_H