/**************************************************************************** ** ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. ** Copyright 2005 Roberto Raggi ** ** This file is part of $PRODUCT$. ** ** $CPP_LICENSE$ ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ****************************************************************************/ #ifndef PP_FWD_H #define PP_FWD_H namespace rpp { template class pp_string; typedef pp_string pp_fast_string; #endif // PP_FWD_H } // namespace rpp // kate: space-indent on; indent-width 2; replace-tabs on;