summaryrefslogtreecommitdiff
path: root/ndb/src/mgmsrv
diff options
context:
space:
mode:
authorunknown <pekka@mysql.com>2004-07-28 18:55:17 +0200
committerunknown <pekka@mysql.com>2004-07-28 18:55:17 +0200
commitb620ae298a2496246f2c3f645f691c3eb300d048 (patch)
treef64a6dd50394788b03d70f4715e815298f8ccb46 /ndb/src/mgmsrv
parent8269f8acffcb0a7fc91e87abd7665da4f7da6583 (diff)
downloadmariadb-git-b620ae298a2496246f2c3f645f691c3eb300d048.tar.gz
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
Diffstat (limited to 'ndb/src/mgmsrv')
-rw-r--r--ndb/src/mgmsrv/MgmtSrvr.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.hpp b/ndb/src/mgmsrv/MgmtSrvr.hpp
index 41a7a69e106..1145f4a5a6b 100644
--- a/ndb/src/mgmsrv/MgmtSrvr.hpp
+++ b/ndb/src/mgmsrv/MgmtSrvr.hpp
@@ -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);