mirror of
https://github.com/anope/anope.git
synced 2026-07-10 03:23:13 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -34,7 +34,8 @@ public:
|
||||
virtual bool Run(XMLRPCServiceInterface *iface, HTTPClient *client, XMLRPCRequest &request) = 0;
|
||||
};
|
||||
|
||||
class XMLRPCServiceInterface : public Service
|
||||
class XMLRPCServiceInterface
|
||||
: public Service
|
||||
{
|
||||
public:
|
||||
XMLRPCServiceInterface(Module *creator, const Anope::string &sname) : Service(creator, "XMLRPCServiceInterface", sname) { }
|
||||
|
||||
Reference in New Issue
Block a user