[Quantproject-developers] QuantProject/b1_ADT Keyed.cs,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-11-29 16:11:45
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20062/b1_ADT Modified Files: Keyed.cs Log Message: Indentation changes Index: Keyed.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/Keyed.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Keyed.cs 13 Oct 2003 21:57:25 -0000 1.1.1.1 --- Keyed.cs 29 Nov 2004 16:11:34 -0000 1.2 *************** *** 28,59 **** /// Summary description for Keyed. /// </summary> ! [Serializable] ! public class Keyed ! { ! private string key; ! public string Key ! { ! get ! { ! return key; ! } ! set ! { ! key = value; ! } ! } ! public Keyed() ! { ! // ! // TODO: Add constructor logic here ! // ! } ! public Keyed( string key ) ! { ! Key = key; ! } ! } } --- 28,59 ---- /// Summary description for Keyed. /// </summary> ! [Serializable] ! public class Keyed ! { ! private string key; ! public string Key ! { ! get ! { ! return key; ! } ! set ! { ! key = value; ! } ! } ! public Keyed() ! { ! // ! // TODO: Add constructor logic here ! // ! } ! public Keyed( string key ) ! { ! Key = key; ! } ! } } |