~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to core/iviewsubject.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2007-12-22 17:51:09 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071222175109-jzymwfipyu1fl6jz
Tags: 3.2.2-2
* The "Running lintian on the right file considered helpful" release.
* Move Homepage to source stanza
* Use Applications/Science/Data Analysis as the menu section 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
 
32
32
#include "icamera.h"
 
33
#include "idata.h"
33
34
#include "idatahelper.h"
34
35
#include "idatalimits.h"
35
36
#include "idatareader.h"
290
291
        }
291
292
        this->PackValue(s,KeyVisible(),this->IsVisible());
292
293
        this->PackValue(s,KeyDataPresent(),this->IsThereData());
 
294
        //this->PackValue(s,KeyDataType(),this->GetDataType().GetId());
293
295
        this->PackValue(s,KeyReady(),this->IsReady());
294
296
 
295
297
        this->ViewSubjectPackStateBody(s);