ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/ProSupport.cs
(Generate patch)

Comparing trunk/TSAdminTool/ProSupport.cs (file contents):
Revision 122 by william, Sat Jul 14 07:18:30 2012 UTC vs.
Revision 123 by william, Sat Jul 14 11:14:09 2012 UTC

# Line 46 | Line 46 | namespace AnywhereTS
46          public static string strDatabaseInstance; // If this computer does not contain the database server, this is the name of the database server that contains the ATS database. Used by the Control Panel
47  
48          // Directories
49 <        public static string strDatabasePath; // The directory where the database file is located.
49 >        //public static string strDatabasePath; // The directory where the database file is located.
50          public static string strDestDir; // Destination directory for client files in unmanaged mode.
51  
52          // Constructor Initializes the global variables
# Line 54 | Line 54 | namespace AnywhereTS
54          {
55             //  Initiate variables from registry
56              strAnywhereTSServer = ATSGlobals.GetATSRegValueString(strRegAnywhereTSServer);
57 <            strDatabasePath = ATSGlobals.GetATSRegValueString(strRegDatabaseDir);
57 >            //strDatabasePath = ATSGlobals.GetATSRegValueString(strRegDatabaseDir);
58              strDestDir = ATSGlobals.GetATSRegValueString(strRegDestDir);
59              strDatabaseServer = ATSGlobals.GetATSRegValueString(strRegDatabaseServer);
60              strDatabaseInstance = ATSGlobals.GetATSRegValueString(strRegDatabaseInstance);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines