Updated header guards to Be, Inc. style.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@713 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-08-12 07:24:02 +00:00
parent 64b563e06b
commit 82b7566525
40 changed files with 120 additions and 120 deletions
+3 -3
View File
@@ -7,8 +7,8 @@
BDirectory interface declaration.
*/
#ifndef __sk_directory_h__
#define __sk_directory_h__
#ifndef _DIRECTORY_H
#define _DIRECTORY_H
#include <Node.h>
#include <EntryList.h>
@@ -106,4 +106,4 @@ status_t create_directory(const char *path, mode_t mode);
}; // namespace OpenBeOS
#endif
#endif // __sk_directory_h__
#endif // _DIRECTORY_H
+3 -3
View File
@@ -6,8 +6,8 @@
\file Entry.h
BEntry and entry_ref interface declarations.
*/
#ifndef __sk_entry_h__
#define __sk_entry_h__
#ifndef _ENTRY_H
#define _ENTRY_H
#include <sys/types.h>
#include <sys/stat.h>
@@ -117,4 +117,4 @@ bool operator<(const entry_ref &a, const entry_ref &b);
}; // namespace OpenBeOS
#endif
#endif // __sk_entry_h__
#endif // _ENTRY_H
+3 -3
View File
@@ -7,8 +7,8 @@
BEntryList interface declaration.
*/
#ifndef __sk_entry_list_h__
#define __sk_entry_list_h__
#ifndef _ENTRY_LIST_H
#define _ENTRY_LIST_H
#include <dirent.h>
#include <SupportDefs.h>
@@ -57,4 +57,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // __sk_entry_list_h__
#endif // _ENTRY_LIST_H
+3 -3
View File
@@ -6,8 +6,8 @@
\file File.h
BFile interface declaration.
*/
#ifndef __sk_file_h__
#define __sk_file_h__
#ifndef _FILE_H
#define _FILE_H
#include <DataIO.h>
#include <Node.h>
@@ -82,4 +82,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // __sk_file_h__
#endif // _FILE_H
+3 -3
View File
@@ -7,8 +7,8 @@
Declarations of find_directory() functions and associated types.
*/
#ifndef __sk_find_directory_h__
#define __sk_find_directory_h__
#ifndef _FIND_DIRECTORY_H
#define _FIND_DIRECTORY_H
#include <SupportDefs.h>
@@ -132,4 +132,4 @@ status_t find_directory(directory_which which, BPath *path,
}; // namespace OpenBeOS
#endif
#endif // __sk_find_directory_h__
#endif // _FIND_DIRECTORY_H
+3 -3
View File
@@ -6,8 +6,8 @@
\file Mime.h
Mime type C functions interface declarations.
*/
#ifndef _sk_mime_h_
#define _sk_mime_h_
#ifndef _MIME_H
#define _MIME_H
#include <SupportDefs.h>
#include <StorageDefs.h>
@@ -42,4 +42,4 @@ enum icon_size {
#include <MimeType.h>
#endif
#endif // _sk_mime_h_
#endif // _MIME_H
+3 -3
View File
@@ -6,8 +6,8 @@
\file MimeType.h
BMimeType interface declarations.
*/
#ifndef _sk_mime_type_h_
#define _sk_mime_type_h_
#ifndef _MIME_TYPE_H
#define _MIME_TYPE_H
#include <SupportDefs.h>
#include <StorageDefs.h>
@@ -190,4 +190,4 @@ private:
};
#endif // _sk_mime_type_h_
#endif // _MIME_TYPE_H
+3 -3
View File
@@ -7,8 +7,8 @@
BNode and node_ref interface declarations.
*/
#ifndef __sk_node_h__
#define __sk_node_h__
#ifndef _NODE_H
#define _NODE_H
#include <Statable.h>
#include <StorageDefs.Private.h>
@@ -134,4 +134,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // __sk_node_h__
#endif // _NODE_H
+3 -3
View File
@@ -7,8 +7,8 @@
BNodeInfo interface declaration.
*/
#ifndef __sk_node_info_h__
#define __sk_node_info_h__
#ifndef _NODE_INFO_H
#define _NODE_INFO_H
#ifndef _BE_BUILD_H
#include <BeBuild.h>
@@ -86,4 +86,4 @@ private:
}
#endif // USE_OPENBEOS_NAMESPACE
#endif // __sk_node_info_h__
#endif // _NODE_INFO_H
+3 -3
View File
@@ -7,8 +7,8 @@
BPath interface declaration.
*/
#ifndef __sk_path_h__
#define __sk_path_h__
#ifndef _PATH_H
#define _PATH_H
#include <Flattenable.h>
#include <SupportDefs.h>
@@ -97,4 +97,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // __sk_path_h__
#endif // _PATH_H
+3 -3
View File
@@ -7,8 +7,8 @@
BQuery interface declaration.
*/
#ifndef _sk_query_h_
#define _sk_query_h_
#ifndef _QUERY_H
#define _QUERY_H
#include <EntryList.h>
#include <Messenger.h>
@@ -120,4 +120,4 @@ private:
StorageKit::FileDescriptor fQueryFd;
};
#endif // _sk_query_h_
#endif // _QUERY_H
+3 -3
View File
@@ -7,8 +7,8 @@
BResourceStrings interface declaration.
*/
#ifndef _sk_resource_strings_h_
#define _sk_resource_strings_h_
#ifndef _RESOURCE_STRINGS_H
#define _RESOURCE_STRINGS_H
#include <Entry.h>
#include <Locker.h>
@@ -87,4 +87,4 @@ private:
virtual void _ReservedResourceStrings5();
};
#endif // _sk_resource_strings_h_
#endif // _RESOURCE_STRINGS_H
+3 -3
View File
@@ -7,8 +7,8 @@
BResources interface declaration.
*/
#ifndef _sk_resources_h_
#define _sk_resources_h_
#ifndef _RESOURCES_H
#define _RESOURCES_H
#include <File.h>
@@ -111,4 +111,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // _sk_resources_h_
#endif // _RESOURCES_H
+3 -3
View File
@@ -7,8 +7,8 @@
BStatable interface declaration.
*/
#ifndef __sk_statable_h__
#define __sk_statable_h__
#ifndef _STATABLE_H
#define _STATABLE_H
#include <sys/types.h>
#include <sys/stat.h>
@@ -80,4 +80,4 @@ public:
}
#endif // USE_OPENBEOS_NAMESPACE
#endif // __sk_statable_h__
#endif // _STATABLE_H
+3 -3
View File
@@ -7,11 +7,11 @@
Private Storage Kit declarations needed in public headers.
*/
#ifndef __sk_def_storage_private_h__
#define __sk_def_storage_private_h__
#ifndef _DEF_STORAGE_PRIVATE_H
#define _DEF_STORAGE_PRIVATE_H
namespace StorageKit {
typedef int FileDescriptor;
};
#endif // __sk_def_storage_private_h__
#endif // _DEF_STORAGE_PRIVATE_H
+3 -3
View File
@@ -7,8 +7,8 @@
Miscellaneous Storage Kit definitions and includes.
*/
#ifndef __sk_def_storage_h__
#define __sk_def_storage_h__
#ifndef _DEF_STORAGE_H
#define _DEF_STORAGE_H
#include <fcntl.h>
#include <sys/param.h>
@@ -53,4 +53,4 @@ enum node_flavor {
#endif // USE_OPENBEOS_NAMESPACE
#endif __sk_def_storage_h__
#endif // _DEF_STORAGE_H
+3 -3
View File
@@ -9,8 +9,8 @@
BSymLink interface declaration.
*/
#ifndef __sk_sym_link_h__
#define __sk_sym_link_h__
#ifndef _SYM_LINK_H
#define _SYM_LINK_H
#include <Node.h>
#include <StorageDefs.h>
@@ -83,4 +83,4 @@ private:
}; // namespace OpenBeOS
#endif
#endif // __sk_sym_link_h__
#endif // _SYM_LINK_H
+3 -3
View File
@@ -7,8 +7,8 @@
// Description: BVolume class
// ----------------------------------------------------------------------
#ifndef __sk_volume_h__
#define __sk_volume_h__
#ifndef _VOLUME_H
#define _VOLUME_H
#ifndef _BE_BUILD_H
#include <BeBuild.h>
@@ -104,4 +104,4 @@ class BVolume {
}
#endif
#endif // __sk_volume_h__
#endif // _VOLUME_H
+3 -3
View File
@@ -8,8 +8,8 @@
// ----------------------------------------------------------------------
#ifndef __sk_volumeroster_h__
#define __sk_volumeroster_h__
#ifndef _VOLUME_ROSTER_H
#define _VOLUME_ROSTER_H
#ifndef _BE_BUILD_H
#include <BeBuild.h>
@@ -61,4 +61,4 @@ class BVolumeRoster {
}
#endif
#endif // __sk_volumeroster_h__
#endif // _VOLUME_ROSTER_H