ROOT logo
// $Id: LampLink.cxx 2088 2008-11-23 20:26:46Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

//__________________________________________________________________________
// LampLink
//
//

#include "LampLink.h"

ClassImp(LampLink);

/**************************************************************************/

void LampLink::_init()
{
  mLamp = 0;
  bTurnOn = true; bTurnOff = false;
}

/**************************************************************************/

#include "LampLink.c7"
 LampLink.cxx:1
 LampLink.cxx:2
 LampLink.cxx:3
 LampLink.cxx:4
 LampLink.cxx:5
 LampLink.cxx:6
 LampLink.cxx:7
 LampLink.cxx:8
 LampLink.cxx:9
 LampLink.cxx:10
 LampLink.cxx:11
 LampLink.cxx:12
 LampLink.cxx:13
 LampLink.cxx:14
 LampLink.cxx:15
 LampLink.cxx:16
 LampLink.cxx:17
 LampLink.cxx:18
 LampLink.cxx:19
 LampLink.cxx:20
 LampLink.cxx:21
 LampLink.cxx:22
 LampLink.cxx:23
 LampLink.cxx:24
 LampLink.cxx:25
 LampLink.cxx:26