// PathStopPtr.h #ifndef PathStopPtr_H #define PathStopPtr_H // A reference-counting pointer for class PathStop. #include "ptr/Ptr.h" #include "ptr/LocalSharedDeletePolicy.h" #include "PathStop.h" namespace trf { typedef Ptr PathStopPtr; } // end namespace trf #endif