summaryrefslogtreecommitdiffstats
path: root/remote-processor/ListeningSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/ListeningSocket.h')
-rw-r--r--remote-processor/ListeningSocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote-processor/ListeningSocket.h b/remote-processor/ListeningSocket.h
index 8aa0608..3b5b614 100644
--- a/remote-processor/ListeningSocket.h
+++ b/remote-processor/ListeningSocket.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2014, Intel Corporation
+ * Copyright (c) 2011-2015, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
@@ -37,7 +37,7 @@ public:
CListeningSocket();
// Listen
- bool listen(uint16_t uiPort);
+ bool listen(uint16_t uiPort, std::string &strError);
// Accept
CSocket* accept();