WireHoseChangeNotification.framework
WireHoseChangeNotification.framework
- Subject: WireHoseChangeNotification.framework
- From: Gino Pacitti <email@hidden>
- Date: Tue, 14 Jun 2005 17:00:36 +0100
Hi All
I am trying to get the ChangeCatcher set up on my app but get a
compile problem.
It complains of a unresolved symbol which is the code below:
cc = new WHChangeCatcher(systemInfoPath, instancesPath, port
().intValue());
When I check the WHChangeCatcher code I don't see a constructor with
the with the args as above but a constructor as this:
private WHChangeCatcher() {
super();
}
Am I missing something?
I have built the Framework, installed it in /System/Library/Frameworks
Imported it into the app, even put a direct import statement for the
packages.
Any help would be appreciated.
Best
Gino
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden