diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:33:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:33:13 +0100 |
commit | f5f1a496ef25c68550155ad5423f6918f5363a3a (patch) | |
tree | cfbf6d313ee100964643bb8448eb5fb9d5b7714d /dbaccess/source/core/api/OptimisticSet.hxx | |
parent | d25f877edaecd06821475a3097cc11d7bad7f4d7 (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'dbaccess/source/core/api/OptimisticSet.hxx')
-rw-r--r-- | dbaccess/source/core/api/OptimisticSet.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/OptimisticSet.hxx b/dbaccess/source/core/api/OptimisticSet.hxx index b86f956e7..6fcefad8d 100644 --- a/dbaccess/source/core/api/OptimisticSet.hxx +++ b/dbaccess/source/core/api/OptimisticSet.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -104,3 +105,5 @@ namespace dbaccess }; } #endif // DBACCESS_CORE_API_OPTIMISTICSET_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |