Fixes for non-OSX.

This commit is contained in:
Robin Sommer 2013-03-26 13:08:03 -07:00
parent af1809aaa3
commit eef4858692
10 changed files with 13 additions and 12 deletions

View file

@ -258,10 +258,10 @@ public:
void Weird(const char* name, const char* addl = "");
protected:
friend class Connection;
friend class AnalyzerTimer;
friend class TCP_ApplicationAnalyzer;
friend class Manager;
friend class ::Connection;
friend class ::TCP_ApplicationAnalyzer;
// Associates a connection with this analyzer. Must be called if
// we're using the default ctor.