Changeset 4068 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors
- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/Descriptors/DescriptorPool.cs
r3857 r4068 1 using System; 1 2 // Protocol Buffers - Google's data interchange format 2 3 // Copyright 2008 Google Inc. All rights reserved. … … 31 32 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 33 using System.Collections.Generic; 33 using System;34 34 using System.Text; 35 35 using System.Text.RegularExpressions;
Note: See TracChangeset
for help on using the changeset viewer.