]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/rock/RockStoreFileSystem.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / rock / RockStoreFileSystem.h
index cba06100ff3eab28fd7a3b8ed249f1333fdc49ac..25ef5e9106fac12ab7207da0476b4986125e62ef 100644 (file)
@@ -1,9 +1,19 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_FS_ROCK_FS_H
 #define SQUID_FS_ROCK_FS_H
 
 #include "StoreFileSystem.h"
 
-namespace Rock {
+class StoreEntry;
+namespace Rock
+{
 
 /// \ingroup Rock, FileSystems
 class StoreFileSystem: public ::StoreFileSystem
@@ -31,3 +41,4 @@ private:
 } // namespace Rock
 
 #endif /* SQUID_FS_ROCK_FS_H */
+