genode/repos/base/src/core/cap_session_component.cc

18 lines
410 B
C++

/*
* \brief Core implementation of the Cap session interface
* \author Stefan Kalkowski
* \date 2015-03-10
*/
/*
* Copyright (C) 2015 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
/* core includes */
#include <cap_session_component.h>
long Genode::Cap_session_component::_unique_id_cnt;