summaryrefslogtreecommitdiffstats
path: root/remote-processor/RemoteCommandHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor/RemoteCommandHandler.h')
-rw-r--r--remote-processor/RemoteCommandHandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote-processor/RemoteCommandHandler.h b/remote-processor/RemoteCommandHandler.h
index 170e424..29a9588 100644
--- a/remote-processor/RemoteCommandHandler.h
+++ b/remote-processor/RemoteCommandHandler.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2011-2014, Intel Corporation
* All rights reserved.
*
@@ -36,8 +36,8 @@ class IRemoteCommandHandler
{
public:
// Return true on success, fill result in any cases
- virtual bool remoteCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult) = 0;
+ virtual bool remoteCommandProcess(const IRemoteCommand &remoteCommand,
+ std::string &strResult) = 0;
-protected:
virtual ~IRemoteCommandHandler() {}
};