FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix #include guards. by coryan · Pull Request #135 · googleapis/google-cloud-cpp · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .h  (11) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions bigtable/client/cell.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_CELL_H_
#define BIGTABLE_CLIENT_CELL_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_CELL_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_CELL_H_

#include "bigtable/client/version.h"

Expand Down Expand Up @@ -83,4 +83,4 @@ class Cell {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_ROW_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_ROW_H_
6 changes: 3 additions & 3 deletions bigtable/client/client_options.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_CLIENTOPTIONS_H_
#define BIGTABLE_CLIENT_CLIENTOPTIONS_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_CLIENT_OPTIONS_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_CLIENT_OPTIONS_H_

#include "bigtable/client/version.h"

Expand Down Expand Up @@ -197,4 +197,4 @@ class ClientOptions {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_CLIENTOPTIONS_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_CLIENT_OPTIONS_H_
6 changes: 3 additions & 3 deletions bigtable/client/data.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_DATA_H_
#define BIGTABLE_CLIENT_DATA_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DATA_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DATA_H_

#include "bigtable/client/client_options.h"
#include "bigtable/client/idempotent_mutation_policy.h"
Expand Down Expand Up @@ -130,4 +130,4 @@ class Table {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_DATA_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DATA_H_
6 changes: 3 additions & 3 deletions bigtable/client/detail/bulk_mutator.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_
#define BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_

#include "bigtable/client/idempotent_mutation_policy.h"

Expand Down Expand Up @@ -91,4 +91,4 @@ class BulkMutator {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_DETAIL_BULK_MUTATOR_H_
6 changes: 3 additions & 3 deletions bigtable/client/idempotent_mutation_policy.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_
#define BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_

#include <bigtable/client/version.h>

Expand Down Expand Up @@ -75,4 +75,4 @@ class AlwaysRetryMutationPolicy : public IdempotentMutationPolicy {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_IDEMPOTENT_MUTATION_POLICY_H_
6 changes: 3 additions & 3 deletions bigtable/client/mutations.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_MUTATIONS_H_
#define BIGTABLE_CLIENT_MUTATIONS_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_MUTATIONS_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_MUTATIONS_H_

#include "bigtable/client/version.h"

Expand Down Expand Up @@ -331,4 +331,4 @@ class BulkMutation {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_MUTATIONS_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_MUTATIONS_H_
6 changes: 3 additions & 3 deletions bigtable/client/row.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_ROW_H_
#define BIGTABLE_CLIENT_ROW_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_ROW_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_ROW_H_

#include "bigtable/client/version.h"

Expand Down Expand Up @@ -52,4 +52,4 @@ class Row {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_ROW_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_ROW_H_
6 changes: 3 additions & 3 deletions bigtable/client/rpc_backoff_policy.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_
#define BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_

#include <bigtable/client/version.h>

Expand Down Expand Up @@ -93,4 +93,4 @@ class ExponentialBackoffPolicy : public RPCBackoffPolicy {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_BACKOFF_POLICY_H_
6 changes: 3 additions & 3 deletions bigtable/client/rpc_retry_policy.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_RPC_CLIENT_RETRY_POLICY_H_
#define BIGTABLE_RPC_CLIENT_RETRY_POLICY_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_RETRY_POLICY_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_RETRY_POLICY_H_

#include <bigtable/client/version.h>

Expand Down Expand Up @@ -122,4 +122,4 @@ constexpr bool IsRetryableStatusCode(grpc::StatusCode code) {
} // namespace BIGTABLE_CLIENT_NS
} // namespace bigtable

#endif // BIGTABLE_CLIENT_RPC_RETRY_POLICY_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_RPC_RETRY_POLICY_H_
6 changes: 3 additions & 3 deletions bigtable/client/testing/mock_client.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_DATA_CLIENT_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_DATA_CLIENT_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_CLIENT_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_CLIENT_H_

#include "bigtable/client/data.h"

Expand All @@ -34,4 +34,4 @@ class MockClient : public bigtable::ClientInterface {
} // namespace testing
} // namespace bigtable

#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_DATA_CLIENT_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_TESTING_MOCK_CLIENT_H_
6 changes: 3 additions & 3 deletions bigtable/client/version.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef BIGTABLE_CLIENT_VERSION_H_
#define BIGTABLE_CLIENT_VERSION_H_
#ifndef GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_VERSION_H_
#define GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_VERSION_H_

#if __cplusplus < 201103L
#error "Bigtable C++ Client requires C++11"
Expand All @@ -35,4 +35,4 @@ int constexpr version_minor() { return BIGTABLE_CLIENT_VERSION_MINOR; }
int constexpr version() { return 100 * version_major() + version_minor(); }
} // namespace bigtable

#endif // BIGTABLE_CLIENT_VERSION_H_
#endif // GOOGLE_CLOUD_CPP_BIGTABLE_CLIENT_VERSION_H_

Back | FazBrowse Home | New Git URL