|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/*
|
|
|
|
ISC License |
|
|
|
|
|
|
|
Copyright (c) 2025, François-Xavier Payet <fx@payet.io> |
|
|
|
Copyright (c) 2025, Antonio SJ Musumeci <trapexit@spawn.link> and contributors |
|
|
|
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any |
|
|
|
purpose with or without fee is hereby granted, provided that the above |
|
|
|
@ -29,8 +29,7 @@ namespace Policy |
|
|
|
public: |
|
|
|
Action() |
|
|
|
: Policy::ActionImpl("lup") |
|
|
|
{ |
|
|
|
} |
|
|
|
{} |
|
|
|
|
|
|
|
public: |
|
|
|
int operator()(const Branches::Ptr &, |
|
|
|
@ -43,8 +42,7 @@ namespace Policy |
|
|
|
public: |
|
|
|
Create() |
|
|
|
: Policy::CreateImpl("lup") |
|
|
|
{ |
|
|
|
} |
|
|
|
{} |
|
|
|
|
|
|
|
public: |
|
|
|
int operator()(const Branches::Ptr &, |
|
|
|
@ -58,8 +56,7 @@ namespace Policy |
|
|
|
public: |
|
|
|
Search() |
|
|
|
: Policy::SearchImpl("lup") |
|
|
|
{ |
|
|
|
} |
|
|
|
{} |
|
|
|
|
|
|
|
public: |
|
|
|
int operator()(const Branches::Ptr &, |
|
|
|
|