00001 /*************************************************************************** 00002 tag: Peter Soetens Mon Jan 10 15:59:18 CET 2005 buffers_test.hpp 00003 00004 buffers_test.hpp - description 00005 ------------------- 00006 begin : Mon January 10 2005 00007 copyright : (C) 2005 Peter Soetens 00008 email : peter.soetens@mech.kuleuven.ac.be 00009 00010 *************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 00020 #ifndef BUFFERSTEST_H 00021 #define BUFFERSTEST_H 00022 00023 #include <extras/ReadOnlyPointer.hpp> 00024 00025 class PtrTest 00026 { 00027 public: 00028 00029 void testReadOnly(); 00030 void testPromotion(); 00031 }; 00032 00033 #endif