Merge remote-tracking branch 'origin/master' into topic/seth/faf-updates

Conflicts:
	magic
This commit is contained in:
Seth Hall 2013-07-16 12:09:53 -04:00
commit 7838113dc2
13 changed files with 2910 additions and 451 deletions

View file

@ -41,7 +41,7 @@ analyzer::Tag Component::Tag() const
return tag;
}
void Component::Describe(ODesc* d)
void Component::Describe(ODesc* d) const
{
plugin::Component::Describe(d);
d->Add(name);

View file

@ -90,7 +90,7 @@ public:
* Generates a human-readable description of the component's main
* parameters. This goes into the output of \c "bro -NN".
*/
virtual void Describe(ODesc* d);
virtual void Describe(ODesc* d) const;
Component& operator=(const Component& other);