MgmtSrvr.hpp:

make subclass friend for gcc-2.95 et al


ndb/src/mgmsrv/MgmtSrvr.hpp:
  make subclass friend for gcc-2.95 et al
This commit is contained in:
unknown 2004-07-28 15:35:02 +02:00
parent ce0abdede7
commit 4456a78995

View file

@ -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);