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

« back to all changes in this revision

Viewing changes to src/electronics/components/parallelportcomponent.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:
25
25
                ParallelPortComponent( ICNDocument *icnDocument, bool newItem, const char *id = 0L );
26
26
                ~ParallelPortComponent();
27
27
        
28
 
                virtual bool canFlip() const { return true; }
29
28
                static Item * construct( ItemDocument *itemDocument, bool newItem, const char *id );
30
29
                static LibraryItem * libraryItem();
31
30