Skip to content

Commit

Permalink
Consolidating duplicate constant definitions in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Sep 8, 2018
1 parent ede97e7 commit ec174bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions cpp/iedriver/CommandHandlers/NewSessionCommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include "../InputManager.h"
#include "../ProxyManager.h"

#define MAX_SAFE_INTEGER 9007199254740991L

namespace webdriver {

NewSessionCommandHandler::NewSessionCommandHandler(void) {
Expand Down
2 changes: 0 additions & 2 deletions cpp/iedriver/CommandHandlers/SetTimeoutsCommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include "../Browser.h"
#include "../IECommandExecutor.h"

#define MAX_SAFE_INTEGER 9007199254740991L

namespace webdriver {

SetTimeoutsCommandHandler::SetTimeoutsCommandHandler(void) {
Expand Down
1 change: 1 addition & 0 deletions cpp/iedriver/IECommandExecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define ASYNC_SCRIPT_EXECUTION_TIMEOUT_IN_MILLISECONDS 2000
#define DEFAULT_FILE_UPLOAD_DIALOG_TIMEOUT_IN_MILLISECONDS 3000
#define MAX_HTML_DIALOG_RETRIES 5
#define MAX_SAFE_INTEGER 9007199254740991L

namespace webdriver {

Expand Down

0 comments on commit ec174bb

Please sign in to comment.