ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/core/coreclasses/apiversion/granny2apiversion.cs
(Generate patch)

Comparing trunk/gr2lib/core/coreclasses/apiversion/granny2apiversion.cs (file contents):
Revision 48 by william, Thu Jul 15 04:40:28 2010 UTC vs.
Revision 49 by william, Thu Jul 15 07:39:08 2010 UTC

# Line 3 | Line 3 | using System.Collections.Generic;
3   using System.Text;
4  
5   using gr2lib.core.typedefs;
6 + using gr2lib.core.exceptions;
7  
8   namespace gr2lib.core.apiversion
9   {
# Line 84 | Line 85 | namespace gr2lib.core.apiversion
85      {
86          public granny2apiversion()
87          {
88 +            granny2apiloader _loader = new granny2apiloader();
89              this._apiversion = new versiontype();
90              this._apiversionsmatch = this.GrannyVersionsMatch();
91              this.GetGrannyVersion();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines