1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/storage/public/storage.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 1.5 + * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : 1.6 + * This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.9 + 1.10 +#ifndef mozilla_storage_h_ 1.11 +#define mozilla_storage_h_ 1.12 + 1.13 +//////////////////////////////////////////////////////////////////////////////// 1.14 +//// Public Interfaces 1.15 + 1.16 +#include "mozStorageCID.h" 1.17 +#include "mozIStorageAggregateFunction.h" 1.18 +#include "mozIStorageConnection.h" 1.19 +#include "mozIStorageError.h" 1.20 +#include "mozIStorageFunction.h" 1.21 +#include "mozIStoragePendingStatement.h" 1.22 +#include "mozIStorageProgressHandler.h" 1.23 +#include "mozIStorageResultSet.h" 1.24 +#include "mozIStorageRow.h" 1.25 +#include "mozIStorageService.h" 1.26 +#include "mozIStorageStatement.h" 1.27 +#include "mozIStorageStatementCallback.h" 1.28 +#include "mozIStorageBindingParamsArray.h" 1.29 +#include "mozIStorageBindingParams.h" 1.30 +#include "mozIStorageVacuumParticipant.h" 1.31 +#include "mozIStorageCompletionCallback.h" 1.32 +#include "mozIStorageAsyncStatement.h" 1.33 +#include "mozIStorageAsyncConnection.h" 1.34 + 1.35 +//////////////////////////////////////////////////////////////////////////////// 1.36 +//// Native Language Helpers 1.37 + 1.38 +#include "mozStorageHelper.h" 1.39 +#include "mozilla/storage/StatementCache.h" 1.40 +#include "mozilla/storage/Variant.h" 1.41 + 1.42 +#endif // mozilla_storage_h_