summaryrefslogtreecommitdiffstats
path: root/remote-processor/RemoteProcessorServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/RemoteProcessorServer.h')
-rw-r--r--remote-processor/RemoteProcessorServer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote-processor/RemoteProcessorServer.h b/remote-processor/RemoteProcessorServer.h
index 202364b..08f93e4 100644
--- a/remote-processor/RemoteProcessorServer.h
+++ b/remote-processor/RemoteProcessorServer.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,
@@ -43,7 +43,7 @@ public:
virtual ~CRemoteProcessorServer();
// State
- virtual bool start();
+ virtual bool start(std::string &error);
virtual void stop();
virtual bool isStarted() const;