mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Revert unnecessary change to plugin class.
This commit is contained in:
parent
40b1d8f913
commit
90fd5c062a
1 changed files with 7 additions and 7 deletions
|
@ -809,13 +809,6 @@ public:
|
||||||
*/
|
*/
|
||||||
void Describe(ODesc* d) const;
|
void Describe(ODesc* d) const;
|
||||||
|
|
||||||
/**
|
|
||||||
* Registers a component.
|
|
||||||
*
|
|
||||||
* @param c The component. The method takes ownership.
|
|
||||||
*/
|
|
||||||
void AddComponent(Component* c);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers an individual BiF that the plugin defines. The
|
* Registers an individual BiF that the plugin defines. The
|
||||||
* information is for informational purposes only and will show up in
|
* information is for informational purposes only and will show up in
|
||||||
|
@ -885,6 +878,13 @@ protected:
|
||||||
*/
|
*/
|
||||||
virtual void Done();
|
virtual void Done();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Registers a component.
|
||||||
|
*
|
||||||
|
* @param c The component. The method takes ownership.
|
||||||
|
*/
|
||||||
|
void AddComponent(Component* c);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calls the Initialize() function of all components.
|
* Calls the Initialize() function of all components.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue