Commit 56b1dcf7 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 607ccf95
......@@ -68,6 +68,9 @@ public:
virtual void println_statistics(const BaseString &s) = 0;
};
// some compilers need all of this
class Allocated_resources;
friend class Allocated_resources;
class Allocated_resources {
public:
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