From dbfb32039935568f4d7171705fc654986b429d1d Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Wed, 1 Jan 2014 20:44:55 -0500 Subject: [PATCH] Test files contributed by Barry OReilly These test files contributed by Barry OReilly, modified for use in the automated tests for CEDET, and with additional comments. inc/Util.hh, src/Util.cc: Search symbol both in and outside of namespaces. --- .../manual/cedet/integ_src/globalref/inc/Manager.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/manual/cedet/integ_src/globalref/inc/Manager.hh diff --git a/test/manual/cedet/integ_src/globalref/inc/Manager.hh b/test/manual/cedet/integ_src/globalref/inc/Manager.hh new file mode 100644 index 00000000000..4d23d4050fa --- /dev/null +++ b/test/manual/cedet/integ_src/globalref/inc/Manager.hh @@ -0,0 +1,13 @@ +#pragma once + +#include "Util.h" + +// +// This files shows use of the namespaces in Util.hh but with diff symbols. +// +namespace play { namespace prod { +class Manager { + public: + explicit Manager(const int); +}; +}} -- 2.39.2