LCOV - code coverage report
Current view: top level - eq/client - computeContext.cpp (source / functions) Hit Total Coverage
Test: lcov2.info Lines: 1 9 11.1 %
Date: 2014-06-18 Functions: 2 6 33.3 %

          Line data    Source code
       1             : 
       2             : /* Copyright (c) 2009, Philippe Robert <philippe.robert@gmail.com>
       3             :  *               2010, Stefan Eilemann <eile@eyescale.ch>
       4             :  *
       5             :  * This library is free software; you can redistribute it and/or modify it under
       6             :  * the terms of the GNU Lesser General Public License version 2.1 as published
       7             :  * by the Free Software Foundation.
       8             :  *
       9             :  * This library is distributed in the hope that it will be useful, but WITHOUT
      10             :  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
      11             :  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
      12             :  * details.
      13             :  *
      14             :  * You should have received a copy of the GNU Lesser General Public License
      15             :  * along with this library; if not, write to the Free Software Foundation, Inc.,
      16             :  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
      17             :  */
      18             : 
      19             : #include "computeContext.h"
      20             : 
      21             : #include "pipe.h"
      22             : 
      23             : namespace eq
      24             : {
      25             : 
      26           0 : ComputeContext::ComputeContext( Pipe* parent )
      27           0 :         : _pipe( parent )
      28             : {
      29           0 :     LBASSERT( _pipe );
      30           0 : }
      31             : 
      32           0 : ComputeContext::~ComputeContext()
      33             : {
      34           0 : }
      35             : 
      36           0 : EventOCommand ComputeContext::sendError( const uint32_t error )
      37             : {
      38           0 :     return _pipe->sendError( error );
      39             : }
      40             : 
      41          36 : }

Generated by: LCOV version 1.10