~ubuntu-branches/ubuntu/trusty/libcmis/trusty

« back to all changes in this revision

Viewing changes to src/libcmis/object-type.cxx

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-02-05 14:41:34 UTC
  • mfrom: (1.1.5) (2.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20140205144134-ffvov1moblfapn82
Tags: 0.4.1-3ubuntu1
* Resynchronize on Debian, remaining change:
* debian/patches/powerpc64le.diff: build on ppc64el

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include "object-type.hxx"
30
30
#include "xml-utils.hxx"
 
31
#include "property.hxx"
31
32
 
32
33
using namespace std;
33
34
 
250
251
        buf << "Included in supertype query: " << isIncludedInSupertypeQuery( ) << endl;
251
252
        buf << "Controllable policy: " << isControllablePolicy( ) << endl;
252
253
        buf << "Controllable ACL: " << isControllableACL( ) << endl;
 
254
        buf << "Versionable: " << isVersionable( ) << endl;
253
255
 
254
256
        buf << "Property Definitions [RO/RW (id) Name]: " << endl;
255
257
        map< string, libcmis::PropertyTypePtr > propsTypes = getPropertiesTypes( );