|
|
|
|
|
|
|
|
// owner.
|
|
|
// owner.
|
|
|
void UpdateLogDir();
|
|
|
void UpdateLogDir();
|
|
|
|
|
|
|
|
|
|
|
|
/// Determine whether the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
// This method determines whether the credentials should be
|
|
|
|
|
|
// updated. If the user specified both the License ID and
|
|
|
|
|
|
// Authentication, then the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
// \returns true if the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
bool UpdateCredentialsSpecified();
|
|
|
|
|
|
|
|
|
/// Create or update the rulebase script.
|
|
|
/// Create or update the rulebase script.
|
|
|
//
|
|
|
//
|
|
|
// If the rulebase script doesn't exist, this method creates the
|
|
|
// If the rulebase script doesn't exist, this method creates the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
private:
|
|
|
|
|
|
|
|
|
/// Determine whether the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
// This method determines whether the credentials should be
|
|
|
|
|
|
// updated. If the user specified both the License ID and
|
|
|
|
|
|
// Authentication, then the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
// \returns true if the credentials should be updated.
|
|
|
|
|
|
//
|
|
|
|
|
|
bool UpdateCredentialsSpecified();
|
|
|
|
|
|
|
|
|
|
|
|
/// Update the credentials of an existing rulebase script.
|
|
|
/// Update the credentials of an existing rulebase script.
|
|
|
//
|
|
|
//
|
|
|
// This method does the actual work of updating the credentials of
|
|
|
// This method does the actual work of updating the credentials of
|