/* * Copyright (c) 2001, DecisionSoft Limited All rights reserved. * Please see LICENSE.TXT for more information. */ #ifndef _FORWARDAXIS_HPP #define _FORWARDAXIS_HPP #include #include /** This class specifies the forward axis. This axis direction is used by predicates. */ class PATHAN_EXPORT ForwardAxis : public NavStepImpl { public: ForwardAxis(); protected: }; #endif