Index: ceee/ie/broker/broker_rpc_utils.h |
=================================================================== |
--- ceee/ie/broker/broker_rpc_utils.h (revision 0) |
+++ ceee/ie/broker/broker_rpc_utils.h (revision 0) |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+// |
+// Utilities shared by both Broker RPC client and server. |
+ |
+#include <string> |
Sigurður Ásgeirsson
2010/11/11 19:30:35
missing include guards.
Vitaly Buka corp
2010/11/11 23:12:10
Sorry. I used to fix this after lint warnings.
On
|
+ |
+// Protocol used for RPC comunication. |
+extern const wchar_t kRpcProtocol[]; |
+ |
+// Returns RPC end point. Depends on current session ID and |
+// account used by chrome frame. |
+std::wstring GetRpcEndPointAddress(); |
Property changes on: ceee\ie\broker\broker_rpc_utils.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |