~ubuntu-branches/ubuntu/maverick/ktechlab/maverick

« back to all changes in this revision

Viewing changes to src/electronics/components/ecsignallamp.h

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2009-02-09 00:28:49 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090209002849-9o8eqqiczqo4vat3
Tags: 0.3.6-4
modified debian/rules so it does not invoke make if there is no 
Makefile
Closes: #514552

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
class ECSignalLamp : public Component
23
23
{
24
24
public:
25
 
        ECSignalLamp( ICNDocument *icnDocument, bool newItem, const char *id = 0L );
 
25
        ECSignalLamp( ICNDocument *icnDocument, bool newItem, const char *id = 0);
26
26
        ~ECSignalLamp();
27
27
        
28
28
        static Item* construct( ItemDocument *itemDocument, bool newItem, const char *id );