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