Last change
on this file since 1625 was
1567,
checked in by epitzer, 16 years ago
|
One file per class; rename ViewOnlyFormat -> DebugStringFormat (#548)
|
File size:
443 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Text;
|
---|
4 | using HeuristicLab.Persistence.Interfaces;
|
---|
5 | using HeuristicLab.Persistence.Default.Xml;
|
---|
6 | using HeuristicLab.Persistence.Core;
|
---|
7 | using HeuristicLab.Persistence.Core.Tokens;
|
---|
8 |
|
---|
9 | namespace HeuristicLab.Persistence.Default.DebugString {
|
---|
10 |
|
---|
11 | public class DebugStringFormat : FormatBase<DebugString> {
|
---|
12 | public override string Name { get { return "ViewOnly"; } }
|
---|
13 | }
|
---|
14 |
|
---|
15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.