Changeset 155

Show
Ignore:
Timestamp:
07/04/08 11:10:25 (6 months ago)
Author:
zork
Message:

documentation for (still) unimplemented members

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dba/dba/xmlistream.h

    r154 r155  
    2727    /** 
    2828      If set to true, then stream will igore all nodes that are not mapped to class 
    29       members or binded to variables. Default value is false. 
     29      members or binded to variables.  
     30      @param pFlag true if stream should ignore not mapped elements, false (the default) otherwise 
    3031    */ 
    3132    void ignoreNonMappedNodes(bool pFlag); 
     
    3536      element order in xml file has to be the same as store table layout. Elements 
    3637      from parent store table should be placed before elements in child store table. 
    37       Default value is false. 
     38      @param pFlag true if stream should element order, false (the default) otherwise 
    3839    */ 
    3940    void ignoreNodeOrder(bool pFlag);