[omniORB] OmniORB4 on MacOS 9.2.2

Malge Nishant MNishant@quark.co.in
Fri Nov 29 08:17:00 2002


HI All,
	I am able to build the omniORB using CodeWarrior on Mac Classic
(9.2.2). I am using GUSI for threading & socket API.
I had problems in compiling the sources(only Few).

@Dunacan : If you can change the order of declaration for
thisClassCompare(...) in xxxIdentity.h, it will help us not to touch the
OmniORB dustribution source to get it compiled on OS9.


Regards
Nishant

________________________________________
static void* thisClassCompare(omniIdentity*, void*);
inline omniInProcessIdentity(omniObjKey& key,
			       classCompare_fn compare = thisClassCompare)
    : omniIdentity(key, compare),
      pd_refCount(0)
	{
		....
	}
________________________________________