Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Browsable {
\brief Holder of any object instance. Normally used with TFile, where any object can be read. Normally RShread or RUnique should be used
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RAnyObjectHolder : public RHolder {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RElement.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class RItem;
\brief Basic element of browsable hierarchy. Provides access to data, creates iterator if any
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-14
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RElement {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RGroup.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Browsable {
\brief Group of browsable elements - combines several different elements together.
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-11-22
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RGroup : public RElement {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RHolder.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace Browsable {
\brief Basic class for object holder of any kind. Could be used to transfer shared_ptr or unique_ptr or plain pointer
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RHolder {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class RItem;
\brief Iterator over single level hierarchy like any array, keys list, ...
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-14
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RLevelIter {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RProvider.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace Browsable {
\brief Provider of different browsing methods for supported classes
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-14
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/


Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RShared.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Browsable {
\brief Holder of with shared_ptr<T> instance. Should be used to transfer shared_ptr<T> in browsable methods
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

template<class T>
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RUnique.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Browsable {
\brief Holder of with unique_ptr<T> instance. Should be used to transfer unique_ptr<T> in browsable methods
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

template<class T>
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/RWrapper.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace Browsable {
\brief Wrapper for other element - to provide different name
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-11-22
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RWrapper : public RElement {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ namespace Browsable {
\brief Access to TObject basic properties for RBrowsable
\author Sergey Linev <S.Linev@gsi.de>
\date 2021-01-11
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/


Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Browsable {
\brief Holder of TObject instance. Should not be used very often, while ownership is undefined for it
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class TObjectHolder : public RHolder {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace Browsable {
\brief Representation of single item in the file browser for generic TObject object
\author Sergey Linev <S.Linev@gsi.de>
\date 2019-10-19
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class TObjectItem : public RItem {
Expand Down
1 change: 0 additions & 1 deletion gui/browsable/src/RFieldProvider.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ using namespace std::string_literals;
\brief Base class for provider of RNTuple drawing
\author Sergey Linev <S.Linev@gsi.de>
\date 2021-03-09
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
*/

class RFieldProvider : public RProvider {
Expand Down
2 changes: 0 additions & 2 deletions gui/browsable/src/RNTupleDraw6Provider.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
\brief Provider for RNTuple drawing on TCanvas
\author Sergey Linev <S.Linev@gsi.de>
\date 2021-03-09
\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is
welcome!
*/

class RNTupleDraw6Provider : public RProvider {
Expand Down
2 changes: 0 additions & 2 deletions gui/browsable/src/RSysFile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
/// \file
/// \author Sergey Linev <S.Linev@gsi.de>
/// \date 2019-10-15
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
/// is welcome!


#include <ROOT/Browsable/RSysFile.hxx>
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowser.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Authors: Bertrand Bellenot <bertrand.bellenot@cern.ch> Sergey Linev <S.Linev@gsi.de>
// Date: 2019-02-28
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserData.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2019-10-14
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserGeomWidget.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-01-22
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserRCanvasWidget.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-01-25
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserTCanvasWidget.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-01-25
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserTreeWidget.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2022-10-07
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2022, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserWidget.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-01-22
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RBrowserWidget.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-01-22
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RFileDialog.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2019-10-31
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/browserv7/src/RWebBrowserImp.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2021-02-11
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/inc/RCefWebDisplayHandle.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2020-08-21
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/inc/gui_handler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/inc/simple_app.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/RCefWebDisplayHandle.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2020-08-21
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/cef_main.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/gui_handler.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/// \file gui_handler.cxx
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/gui_handler_linux.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/gui_handler_mac.mm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/gui_handler_win.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
Expand Down
1 change: 0 additions & 1 deletion gui/cefdisplay/src/simple_app.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootqt6.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rooturlschemehandler.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rooturlschemehandler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootwebpage.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootwebpage.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootwebview.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/qt6webdisplay/rootwebview.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <S.Linev@gsi.de>
// Date: 2017-06-29
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. *
Expand Down
5 changes: 2 additions & 3 deletions gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2018-10-24
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand All @@ -10,8 +9,8 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifndef ROOT7_RWebDisplayArgs
#define ROOT7_RWebDisplayArgs
#ifndef ROOT_RWebDisplayArgs
#define ROOT_RWebDisplayArgs

#include <string>
#include <memory>
Expand Down
5 changes: 2 additions & 3 deletions gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2018-10-17
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand All @@ -10,8 +9,8 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifndef ROOT7_RWebDisplayHandle
#define ROOT7_RWebDisplayHandle
#ifndef ROOT_RWebDisplayHandle
#define ROOT_RWebDisplayHandle

#include <ROOT/RWebDisplayArgs.hxx>

Expand Down
5 changes: 2 additions & 3 deletions gui/webdisplay/inc/ROOT/RWebWindow.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2017-10-16
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand All @@ -10,8 +9,8 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifndef ROOT7_RWebWindow
#define ROOT7_RWebWindow
#ifndef ROOT_RWebWindow
#define ROOT_RWebWindow

#include <ROOT/RWebDisplayHandle.hxx>

Expand Down
5 changes: 2 additions & 3 deletions gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2017-10-16
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand All @@ -10,8 +9,8 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifndef ROOT7_RWebWindowsManager
#define ROOT7_RWebWindowsManager
#ifndef ROOT_RWebWindowsManager
#define ROOT_RWebWindowsManager

#include <memory>
#include <string>
Expand Down
1 change: 0 additions & 1 deletion gui/webdisplay/src/RWebDisplayArgs.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2018-10-24
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand Down
1 change: 0 additions & 1 deletion gui/webdisplay/src/RWebDisplayHandle.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Author: Sergey Linev <s.linev@gsi.de>
// Date: 2018-10-17
// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
Expand Down
Loading
Loading