Update of /cvsroot/pygccxml/source/pyplusplus/unittests/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13809/pyplusplus/unittests/data
Added Files:
user_text_to_be_exported.hpp
Log Message:
adding support to user text/code on decl_wrappers.class_t class
--- NEW FILE: user_text_to_be_exported.hpp ---
// Copyright 2004 Roman Yakovenko.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef __user_text_to_be_exported_hpp__
#define __user_text_to_be_exported_hpp__
#include <string>
namespace user_text{
struct data{};
}
#endif//__user_text_to_be_exported_hpp__
|