~ubuntu-branches/ubuntu/wily/openmcdf/wily

« back to all changes in this revision

Viewing changes to src/OLECompoundFileStorage/CFStorage.cs

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-04-08 11:02:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130408110215-aleqo4zhjc3qgxnb
Tags: 1.5.4-1
* New upstream: 1.5.4
  - Use Hexbox for hexadecimal viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            }
78
78
        }
79
79
 
80
 
        internal void SetChildrenTree(BinarySearchTree<CFItem> bst)
81
 
        {
82
 
            children = bst;
83
 
        }
84
 
 
85
 
 
86
80
        /// <summary>
87
81
        /// Create a new CFStorage
88
82
        /// </summary>