Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: goopdate/omaha3_idl_datax.c

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « goopdate/omaha3_idl_datax.h ('k') | goopdate/omaha_customization_goopdate_apis_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: goopdate/omaha3_idl_datax.c
diff --git a/goopdate/omaha3_idl_datax.c b/goopdate/omaha3_idl_datax.c
deleted file mode 100644
index e0829cce1f6406fe8a145b0d28670b03d4964512..0000000000000000000000000000000000000000
--- a/goopdate/omaha3_idl_datax.c
+++ /dev/null
@@ -1,50 +0,0 @@
-// Copyright 2009 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
-
-//
-// Wrapper for the MIDL-generated proxy/stub.
-
-#pragma warning(push)
-// C4152: nonstandard extension, function/data pointer conversion in expression
-#pragma warning(disable : 4152)
-
-#define REGISTER_PROXY_DLL
-#define USE_STUBLESS_PROXY
-#define PROXY_DELEGATION
-#define ENTRY_PREFIX Prx
-
-// PROXY_CLSID_IS_MACHINE/USER is defined in main.scons.
-#undef PROXY_CLSID_IS
-#if IS_MACHINE_HANDLER
- #define PROXY_CLSID_IS PROXY_CLSID_IS_MACHINE
-#else
- #define PROXY_CLSID_IS PROXY_CLSID_IS_USER
-#endif
-
-// Undefine the __purecall provided by rpcproxy.h so that it does not conflict
-// with the libc definition.
-#include <rpcproxy.h>
-#ifdef DLLDUMMYPURECALL
-#undef DLLDUMMYPURECALL
-#define DLLDUMMYPURECALL
-#endif
-
-#include "goopdate/omaha3_idl_data.c"
-#include "goopdate/omaha3_idl_p.c"
-
-#undef PROXY_CLSID_IS
-
-#pragma warning(pop)
-
« no previous file with comments | « goopdate/omaha3_idl_datax.h ('k') | goopdate/omaha_customization_goopdate_apis_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698