// BSurfXYPlanePtr.h #ifndef BSurfXYPlanePtr_H #define BSurfXYPlanePtr_H // A reference-counting pointer to the abstract surface class. #include "ptr/Ptr.h" #include "ptr/LocalSharedDeletePolicy.h" namespace trf { class BSurfXYPlane; typedef Ptr BSurfXYPlanePtr; } // end namespace trf #endif