00001 #ifndef MANGO_OWNERSHIP_FWD_H 00002 #define MANGO_OWNERSHIP_FWD_H 00003 00023 namespace MangoPtr 00024 { 00025 00026 template <typename OType, OwnershipType oshiptype = OStrict> 00027 class Ownership; 00028 00029 } 00030 00031 #endif // MANGO_OWNERSHIP_FWD_H