]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Random.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Random.h
index 29bc341d94d691a6f1924ac8f696f60158df3b61..79e37c188fd6daeee07400c0386d09b9ede777c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
 #include "acl/Acl.h"
 #include "acl/Checklist.h"
 
-/// \ingroup ACLAPI
 class ACLRandom : public ACL
 {
-
-public:
     MEMPROXY_CLASS(ACLRandom);
 
+public:
     ACLRandom(char const *);
     ACLRandom(ACLRandom const &);
     ~ACLRandom();
@@ -40,6 +38,5 @@ protected:
     char const *class_;
 };
 
-MEMPROXY_CLASS_INLINE(ACLRandom);
-
 #endif /* SQUID_ACL_RANDOM_H */
+