emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests dbfb320 057/316: Test files cont


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests dbfb320 057/316: Test files contributed by Barry OReilly
Date: Fri, 27 Jan 2017 20:03:27 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit dbfb32039935568f4d7171705fc654986b429d1d
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    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.
---
 test/manual/cedet/integ_src/globalref/inc/Manager.hh |   13 +++++++++++++
 1 file changed, 13 insertions(+)

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 0000000..4d23d40
--- /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);
+};
+}}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]