/usr/include/ui-gxmlcpp/Shortcuts.hpp is in libui-gxmlcpp-dev 1.4.4-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /**
* @file
* @version @$Id$
* @brief Include this to use the namespace shortcuts.
*/
#ifndef UI_GXML_SHORTCUTS_HPP
#define UI_GXML_SHORTCUTS_HPP
namespace UI { namespace GXML {}}
namespace X = UI::GXML;
#endif
|