Commit b620ae29 authored by unknown's avatar unknown

MgmtSrvr.hpp:

  make subclass friend for gcc-2.95 et al [dup push]


ndb/src/mgmsrv/MgmtSrvr.hpp:
  make subclass friend for gcc-2.95 et al
parent 8269f8ac
...@@ -68,6 +68,9 @@ public: ...@@ -68,6 +68,9 @@ public:
virtual void println_statistics(const BaseString &s) = 0; virtual void println_statistics(const BaseString &s) = 0;
}; };
// some compilers need all of this
class Allocated_resources;
friend class Allocated_resources;
class Allocated_resources { class Allocated_resources {
public: public:
Allocated_resources(class MgmtSrvr &m); Allocated_resources(class MgmtSrvr &m);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment