Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.1/sources/HeuristicLab.Communication.Data/DummyDriverConfiguration.cs @ 583

Last change on this file since 583 was 583, checked in by abeham, 16 years ago

Adding communication framework to branch 3.1 (ticket #278)

File size: 278 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using HeuristicLab.Core;
5
6namespace HeuristicLab.Communication.Data {
7  public class DummyDriverConfiguration : ItemBase, IDriverConfiguration {
8    public DummyDriverConfiguration() {
9    }
10  }
11}
Note: See TracBrowser for help on using the repository browser.