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/Granny2APIVersion.cs (file contents):
Revision 14 by william, Wed Jul 14 09:21:43 2010 UTC vs.
Revision 25 by william, Wed Jul 14 09:34:29 2010 UTC

# Line 81 | Line 81 | namespace gr2lib.core.apiversion
81              public static string GrannyProductReleaseName = "release";
82          };
83  
84 <        public bool GrannyVersionsMatch()
84 >        private bool GrannyVersionsMatch()
85          {
86              return gr2lib.core.coreapi.GrannyVersionsMatch(
87                  APIVersionType.GrannyProductMajorVersion,
# Line 89 | Line 89 | namespace gr2lib.core.apiversion
89                  APIVersionType.GrannyProductCustomization,
90                  APIVersionType.GrannyProductBuildNumber);
91          }
92 <        public void GetGrannyVersion()
92 >        private void GetGrannyVersion()
93          {
94              granny_int32x Major = 0;
95              granny_int32x Minor = 0;
# Line 105 | Line 105 | namespace gr2lib.core.apiversion
105              this._APIVersion = new VersionType(Major, Minor, Customization, Build);
106  
107          }
108 <        public string GrannyGetVersionString()
108 >        private string GrannyGetVersionString()
109          {
110              return gr2lib.core.coreapi.GrannyGetVersionString();
111          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines