Path: blob/trunk/cpp/webdriver-server/precompile.cc
2867 views
// Copyright 2011 WebDriver committers1// Licensed under the Apache License, Version 2.0 (the "License");2// you may not use this file except in compliance with the License.3// You may obtain a copy of the License at4//5// http://www.apache.org/licenses/LICENSE-2.06//7// Unless required by applicable law or agreed to in writing, software8// distributed under the License is distributed on an "AS IS" BASIS,9// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.10// See the License for the specific language governing permissions and11// limitations under the License.1213// precompile.cpp : source file that includes just the standard includes14// precompile.obj will contain the pre-compiled type information1516#include "precompile.h"1718// Additional headers should be referenced in precompile.h, not in this file192021